public System.Threading.Tasks.Task AddCommentCommentAsync(System.Guid commentId, Lab6.Wcf.Contracts.CommentDto commentDto)
 {
     return(base.Channel.AddCommentCommentAsync(commentId, commentDto));
 }
 public void AddCommentComment(System.Guid commentId, Lab6.Wcf.Contracts.CommentDto commentDto)
 {
     base.Channel.AddCommentComment(commentId, commentDto);
 }