public static void Foo2(this BigMethod method)
 {
     method.Foo(1);
 }
 public static void Foo1(this BigMethod method)
 {
     method.Foo(0);
 }