public void LogIn(string userName, string password)
 {
     net.seabay.polarion.Session.LogInRequest inValue = new net.seabay.polarion.Session.LogInRequest();
     inValue.userName = userName;
     inValue.password = password;
     net.seabay.polarion.Session.LogInResponse retVal = ((net.seabay.polarion.Session.SessionWebService)(this)).LogIn(inValue);
 }
 net.seabay.polarion.Session.LogInResponse net.seabay.polarion.Session.SessionWebService.LogIn(net.seabay.polarion.Session.LogInRequest request)
 {
     return(base.Channel.LogIn(request));
 }