public bool ClientMethod()
 {
     return(_adaptee.AdapteeMethod(false) != 4);
 }