public WebClient_GlobalTextAnalyzer.ServiceReference1.pair[] countCharacters(string text)
 {
     WebClient_GlobalTextAnalyzer.ServiceReference1.countCharactersRequest inValue = new WebClient_GlobalTextAnalyzer.ServiceReference1.countCharactersRequest();
     inValue.text = text;
     WebClient_GlobalTextAnalyzer.ServiceReference1.countCharactersResponse retVal = ((WebClient_GlobalTextAnalyzer.ServiceReference1.HelloWorld)(this)).countCharacters(inValue);
     return(retVal.@return);
 }
 public System.Threading.Tasks.Task <WebClient_GlobalTextAnalyzer.ServiceReference1.countCharactersResponse> countCharactersAsync(string text)
 {
     WebClient_GlobalTextAnalyzer.ServiceReference1.countCharactersRequest inValue = new WebClient_GlobalTextAnalyzer.ServiceReference1.countCharactersRequest();
     inValue.text = text;
     return(((WebClient_GlobalTextAnalyzer.ServiceReference1.HelloWorld)(this)).countCharactersAsync(inValue));
 }
 System.Threading.Tasks.Task <WebClient_GlobalTextAnalyzer.ServiceReference1.countCharactersResponse> WebClient_GlobalTextAnalyzer.ServiceReference1.HelloWorld.countCharactersAsync(WebClient_GlobalTextAnalyzer.ServiceReference1.countCharactersRequest request)
 {
     return(base.Channel.countCharactersAsync(request));
 }
 WebClient_GlobalTextAnalyzer.ServiceReference1.countCharactersResponse WebClient_GlobalTextAnalyzer.ServiceReference1.HelloWorld.countCharacters(WebClient_GlobalTextAnalyzer.ServiceReference1.countCharactersRequest request)
 {
     return(base.Channel.countCharacters(request));
 }