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));
 }
 public AgencyRefundReconRptAGWRequest(PaymentService.AgencyRefundReconRptAGW.AgencyRefundReconRptAGWRq_Type AgencyRefundReconRptAGWRq)
 {
     this.AgencyRefundReconRptAGWRq = AgencyRefundReconRptAGWRq;
 }