public void DoA()
 {
     m_A.DoA();
 }
 public static void Foo(this IA target)
 {
     target.DoA();
 }