public System.Threading.Tasks.Task <ABCosmetic_app.PaymentService.SearchByNameResponse> SearchByNameAsync(string text)
 {
     ABCosmetic_app.PaymentService.SearchByNameRequest inValue = new ABCosmetic_app.PaymentService.SearchByNameRequest();
     inValue.Body      = new ABCosmetic_app.PaymentService.SearchByNameRequestBody();
     inValue.Body.text = text;
     return(((ABCosmetic_app.PaymentService.PaymentServiceSoap)(this)).SearchByNameAsync(inValue));
 }
 public System.Collections.Generic.List <ABCosmetic_app.PaymentService.Payment> SearchByName(string text)
 {
     ABCosmetic_app.PaymentService.SearchByNameRequest inValue = new ABCosmetic_app.PaymentService.SearchByNameRequest();
     inValue.Body      = new ABCosmetic_app.PaymentService.SearchByNameRequestBody();
     inValue.Body.text = text;
     ABCosmetic_app.PaymentService.SearchByNameResponse retVal = ((ABCosmetic_app.PaymentService.PaymentServiceSoap)(this)).SearchByName(inValue);
     return(retVal.Body.SearchByNameResult);
 }
 System.Threading.Tasks.Task <ABCosmetic_app.PaymentService.SearchByNameResponse> ABCosmetic_app.PaymentService.PaymentServiceSoap.SearchByNameAsync(ABCosmetic_app.PaymentService.SearchByNameRequest request)
 {
     return(base.Channel.SearchByNameAsync(request));
 }
 ABCosmetic_app.PaymentService.SearchByNameResponse ABCosmetic_app.PaymentService.PaymentServiceSoap.SearchByName(ABCosmetic_app.PaymentService.SearchByNameRequest request)
 {
     return(base.Channel.SearchByName(request));
 }