public System.Threading.Tasks.Task <VerintAuthWebService.authenticateByProxyResponse> authenticateByProxyAsync(VerintAuthWebService.FWTUser FLUser)
 {
     VerintAuthWebService.authenticateByProxyRequest inValue = new VerintAuthWebService.authenticateByProxyRequest();
     inValue.FLUser = FLUser;
     return(((VerintAuthWebService.FLAuthWebInterface)(this)).authenticateByProxyAsync(inValue));
 }
 public authenticateByProxyRequest(VerintAuthWebService.FWTUser FLUser)
 {
     this.FLUser = FLUser;
 }