public System.Threading.Tasks.Task <PaymentService.AgencyReconRptAGW.AgencyReconRptAGWResponse> AgencyReconRptAGWAsync(PaymentService.AgencyReconRptAGW.AgencyReconRptAGWRq_Type AgencyReconRptAGWRq)
 {
     PaymentService.AgencyReconRptAGW.AgencyReconRptAGWRequest inValue = new PaymentService.AgencyReconRptAGW.AgencyReconRptAGWRequest();
     inValue.AgencyReconRptAGWRq = AgencyReconRptAGWRq;
     return(((PaymentService.AgencyReconRptAGW.AgencyReconRptAGW)(this)).AgencyReconRptAGWAsync(inValue));
 }
 public AgencyReconRptAGWRequest(PaymentService.AgencyReconRptAGW.AgencyReconRptAGWRq_Type AgencyReconRptAGWRq)
 {
     this.AgencyReconRptAGWRq = AgencyReconRptAGWRq;
 }