public bool hasSubject()
 {
     net.seabay.polarion.Session.hasSubjectRequest  inValue = new net.seabay.polarion.Session.hasSubjectRequest();
     net.seabay.polarion.Session.hasSubjectResponse retVal  = ((net.seabay.polarion.Session.SessionWebService)(this)).hasSubject(inValue);
     return(retVal.hasSubjectReturn);
 }
 net.seabay.polarion.Session.hasSubjectResponse net.seabay.polarion.Session.SessionWebService.hasSubject(net.seabay.polarion.Session.hasSubjectRequest request)
 {
     return(base.Channel.hasSubject(request));
 }