public static void Main()
Console.WriteLine("Hello World");
public static void Derp(object thing)
Console.WriteLine("Derp object call");
public static void Derp(string thing)
Console.WriteLine("Your tooling is wrong, Dotnet select the more-specific parameter type. Whomp whomp.");