public PaymentService.RefundNotificationAGW.RefundNotificationAGWRs_Type RefundNotificationAGW(PaymentService.RefundNotificationAGW.RefundNotificationAGWRq_Type RefundNotificationAGWRq)
 {
     PaymentService.RefundNotificationAGW.RefundNotificationAGWRequest inValue = new PaymentService.RefundNotificationAGW.RefundNotificationAGWRequest();
     inValue.RefundNotificationAGWRq = RefundNotificationAGWRq;
     PaymentService.RefundNotificationAGW.RefundNotificationAGWResponse retVal = ((PaymentService.RefundNotificationAGW.RefundNotificationAGW)(this)).RefundNotificationAGW(inValue);
     return(retVal.RefundNotificationAGWRs);
 }
 public System.Threading.Tasks.Task <PaymentService.RefundNotificationAGW.RefundNotificationAGWResponse> RefundNotificationAGWAsync(PaymentService.RefundNotificationAGW.RefundNotificationAGWRq_Type RefundNotificationAGWRq)
 {
     PaymentService.RefundNotificationAGW.RefundNotificationAGWRequest inValue = new PaymentService.RefundNotificationAGW.RefundNotificationAGWRequest();
     inValue.RefundNotificationAGWRq = RefundNotificationAGWRq;
     return(((PaymentService.RefundNotificationAGW.RefundNotificationAGW)(this)).RefundNotificationAGWAsync(inValue));
 }
 System.Threading.Tasks.Task <PaymentService.RefundNotificationAGW.RefundNotificationAGWResponse> PaymentService.RefundNotificationAGW.RefundNotificationAGW.RefundNotificationAGWAsync(PaymentService.RefundNotificationAGW.RefundNotificationAGWRequest request)
 {
     return(base.Channel.RefundNotificationAGWAsync(request));
 }
 PaymentService.RefundNotificationAGW.RefundNotificationAGWResponse PaymentService.RefundNotificationAGW.RefundNotificationAGW.RefundNotificationAGW(PaymentService.RefundNotificationAGW.RefundNotificationAGWRequest request)
 {
     return(base.Channel.RefundNotificationAGW(request));
 }