public System.Threading.Tasks.Task <ABCosmetic_app.PaymentService.GetByIDResponse> GetByIDAsync(int id)
 {
     ABCosmetic_app.PaymentService.GetByIDRequest inValue = new ABCosmetic_app.PaymentService.GetByIDRequest();
     inValue.Body    = new ABCosmetic_app.PaymentService.GetByIDRequestBody();
     inValue.Body.id = id;
     return(((ABCosmetic_app.PaymentService.PaymentServiceSoap)(this)).GetByIDAsync(inValue));
 }
 public ABCosmetic_app.PaymentService.Payment GetByID(int id)
 {
     ABCosmetic_app.PaymentService.GetByIDRequest inValue = new ABCosmetic_app.PaymentService.GetByIDRequest();
     inValue.Body    = new ABCosmetic_app.PaymentService.GetByIDRequestBody();
     inValue.Body.id = id;
     ABCosmetic_app.PaymentService.GetByIDResponse retVal = ((ABCosmetic_app.PaymentService.PaymentServiceSoap)(this)).GetByID(inValue);
     return(retVal.Body.GetByIDResult);
 }
 System.Threading.Tasks.Task <ABCosmetic_app.PaymentService.GetByIDResponse> ABCosmetic_app.PaymentService.PaymentServiceSoap.GetByIDAsync(ABCosmetic_app.PaymentService.GetByIDRequest request)
 {
     return(base.Channel.GetByIDAsync(request));
 }
 ABCosmetic_app.PaymentService.GetByIDResponse ABCosmetic_app.PaymentService.PaymentServiceSoap.GetByID(ABCosmetic_app.PaymentService.GetByIDRequest request)
 {
     return(base.Channel.GetByID(request));
 }