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