public class X { public static void Test (Bar bar) { bar.Hello ("Test"); bar.Test (7, "Hello"); } static void Main () { } }