private static void CallMethodI1(IInterface1 a)
 {
     a.Foo();
 }