public System.Threading.Tasks.Task <bool> addCommentAsync(DiscussionForumWebApp.ServiceReference.Comment comment)
 {
     return(base.Channel.addCommentAsync(comment));
 }
 public bool addComment(DiscussionForumWebApp.ServiceReference.Comment comment)
 {
     return(base.Channel.addComment(comment));
 }