using System; public class FooBar { public static void Print() { Console.WriteLine("FooBar"); Console.WriteLine("FooBar"); } }