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