public System.Threading.Tasks.Task <ServicesTestHotel.ServiceCustomer.Confirm> CreateCustomerAsync(ServicesTestHotel.ServiceCustomer.CustomerBE customerBE)
 {
     return(base.Channel.CreateCustomerAsync(customerBE));
 }
 public ServicesTestHotel.ServiceCustomer.Confirm CreateCustomer(ServicesTestHotel.ServiceCustomer.CustomerBE customerBE)
 {
     return(base.Channel.CreateCustomer(customerBE));
 }