public static void Consumer(IProxy iface)
 {
     iface.DoSomething();
     iface.SomethingElse("bonobo");
 }