private ICommentService CommentService() { var commentService = new CommentService(); commentService.ClearComments(); return(commentService); }