using System.ComponentModel.DataAnnotations;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Collections.Concurrent;
using System.Globalization;
public static void Main()
Type thisType = test.GetType();
MethodInfo theMethod = thisType.GetMethod("Boop");
theMethod.Invoke(test , new object[0]);
Console.WriteLine("Boop");