public System.Threading.Tasks.Task <FiitCustomerService.confirmResponse> confirmAsync(int id)
 {
     FiitCustomerService.confirmRequest inValue = new FiitCustomerService.confirmRequest();
     inValue.id = id;
     return(((FiitCustomerService.CustomerPortType)(this)).confirmAsync(inValue));
 }
 System.Threading.Tasks.Task <FiitCustomerService.confirmResponse> FiitCustomerService.CustomerPortType.confirmAsync(FiitCustomerService.confirmRequest request)
 {
     return(base.Channel.confirmAsync(request));
 }