public static int MainMethod() { Derived p = new Derived(); return p.Foo(); }
public static int MainMethod() { Derived p = new Derived(); return(p.Foo()); }