public System.Threading.Tasks.Task <SessionService.setLocaleResponse> setLocaleAsync(string in0, string in1)
 {
     SessionService.setLocaleRequest inValue = new SessionService.setLocaleRequest();
     inValue.Body     = new SessionService.setLocaleRequestBody();
     inValue.Body.in0 = in0;
     inValue.Body.in1 = in1;
     return(((SessionService.SessionWebservice)(this)).setLocaleAsync(inValue));
 }
 System.Threading.Tasks.Task <SessionService.setLocaleResponse> SessionService.SessionWebservice.setLocaleAsync(SessionService.setLocaleRequest request)
 {
     return(base.Channel.setLocaleAsync(request));
 }