public PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWRs_Type AgencyRefundReconRptAGW(PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWRq_Type AgencyRefundReconRptAGWRq)
 {
     PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWRequest inValue = new PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWRequest();
     inValue.AgencyRefundReconRptAGWRq = AgencyRefundReconRptAGWRq;
     PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWResponse retVal = ((PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGW)(this)).AgencyRefundReconRptAGW(inValue);
     return(retVal.AgencyRefundReconRptAGWRs);
 }
 public System.Threading.Tasks.Task <PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWResponse> AgencyRefundReconRptAGWAsync(PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWRq_Type AgencyRefundReconRptAGWRq)
 {
     PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWRequest inValue = new PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWRequest();
     inValue.AgencyRefundReconRptAGWRq = AgencyRefundReconRptAGWRq;
     return(((PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGW)(this)).AgencyRefundReconRptAGWAsync(inValue));
 }
 System.Threading.Tasks.Task <PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWResponse> PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWAsync(PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWRequest request)
 {
     return(base.Channel.AgencyRefundReconRptAGWAsync(request));
 }
 PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWResponse PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGW.AgencyRefundReconRptAGW(PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWRequest request)
 {
     return(base.Channel.AgencyRefundReconRptAGW(request));
 }