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