public System.Threading.Tasks.Task <bool> CreateAsync(WebApplicationPoderosa.WSPoderosaService.CustomerCreate customerCreate)
 {
     return(base.Channel.CreateAsync(customerCreate));
 }
 public bool Create(WebApplicationPoderosa.WSPoderosaService.CustomerCreate customerCreate)
 {
     return(base.Channel.Create(customerCreate));
 }