public void endSession()
 {
     net.seabay.polarion.Session.endSessionRequest  inValue = new net.seabay.polarion.Session.endSessionRequest();
     net.seabay.polarion.Session.endSessionResponse retVal  = ((net.seabay.polarion.Session.SessionWebService)(this)).endSession(inValue);
 }
 net.seabay.polarion.Session.endSessionResponse net.seabay.polarion.Session.SessionWebService.endSession(net.seabay.polarion.Session.endSessionRequest request)
 {
     return(base.Channel.endSession(request));
 }