public string HelloWorld()
 {
     ABCosmetic_app.CategoryService.HelloWorldRequest inValue = new ABCosmetic_app.CategoryService.HelloWorldRequest();
     inValue.Body = new ABCosmetic_app.CategoryService.HelloWorldRequestBody();
     ABCosmetic_app.CategoryService.HelloWorldResponse retVal = ((ABCosmetic_app.CategoryService.CategoryServiceSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
 public System.Threading.Tasks.Task <ABCosmetic_app.CategoryService.HelloWorldResponse> HelloWorldAsync()
 {
     ABCosmetic_app.CategoryService.HelloWorldRequest inValue = new ABCosmetic_app.CategoryService.HelloWorldRequest();
     inValue.Body = new ABCosmetic_app.CategoryService.HelloWorldRequestBody();
     return(((ABCosmetic_app.CategoryService.CategoryServiceSoap)(this)).HelloWorldAsync(inValue));
 }
 System.Threading.Tasks.Task <ABCosmetic_app.CategoryService.HelloWorldResponse> ABCosmetic_app.CategoryService.CategoryServiceSoap.HelloWorldAsync(ABCosmetic_app.CategoryService.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
 ABCosmetic_app.CategoryService.HelloWorldResponse ABCosmetic_app.CategoryService.CategoryServiceSoap.HelloWorld(ABCosmetic_app.CategoryService.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }