public CommentsController(ICommentsUIService commentsUIService) { _commentsUiService = commentsUIService; }