public System.Threading.Tasks.Task <SessionService.getLocaleResponse> getLocaleAsync(string in0)
 {
     SessionService.getLocaleRequest inValue = new SessionService.getLocaleRequest();
     inValue.Body     = new SessionService.getLocaleRequestBody();
     inValue.Body.in0 = in0;
     return(((SessionService.SessionWebservice)(this)).getLocaleAsync(inValue));
 }
 System.Threading.Tasks.Task <SessionService.getLocaleResponse> SessionService.SessionWebservice.getLocaleAsync(SessionService.getLocaleRequest request)
 {
     return(base.Channel.getLocaleAsync(request));
 }