public PaymentService.BillsMngAGW.BillsMngAGWRs_Type BillsMngAGW(PaymentService.BillsMngAGW.BillsMngAGWRq_Type BillsMngAGWRq)
 {
     PaymentService.BillsMngAGW.BillsMngAGWRequest inValue = new PaymentService.BillsMngAGW.BillsMngAGWRequest();
     inValue.BillsMngAGWRq = BillsMngAGWRq;
     PaymentService.BillsMngAGW.BillsMngAGWResponse retVal = ((PaymentService.BillsMngAGW.BillsMngAGW)(this)).BillsMngAGW(inValue);
     return(retVal.BillsMngAGWRs);
 }
 public System.Threading.Tasks.Task <PaymentService.BillsMngAGW.BillsMngAGWResponse> BillsMngAGWAsync(PaymentService.BillsMngAGW.BillsMngAGWRq_Type BillsMngAGWRq)
 {
     PaymentService.BillsMngAGW.BillsMngAGWRequest inValue = new PaymentService.BillsMngAGW.BillsMngAGWRequest();
     inValue.BillsMngAGWRq = BillsMngAGWRq;
     return(((PaymentService.BillsMngAGW.BillsMngAGW)(this)).BillsMngAGWAsync(inValue));
 }
 System.Threading.Tasks.Task <PaymentService.BillsMngAGW.BillsMngAGWResponse> PaymentService.BillsMngAGW.BillsMngAGW.BillsMngAGWAsync(PaymentService.BillsMngAGW.BillsMngAGWRequest request)
 {
     return(base.Channel.BillsMngAGWAsync(request));
 }
 PaymentService.BillsMngAGW.BillsMngAGWResponse PaymentService.BillsMngAGW.BillsMngAGW.BillsMngAGW(PaymentService.BillsMngAGW.BillsMngAGWRequest request)
 {
     return(base.Channel.BillsMngAGW(request));
 }