public void DoSomething()
 {
     System.Diagnostics.Debug.WriteLine("Adapter asked to do something...");
     _adaptee.DoSomeOtherThing();
 }