using System; public static class Program { public static void Main() { TheMethod(); } public static void TheMethod() { } }