public IEnumerable <UserCommentDto> Get(GetAllCommentsRequestDto dto) { return(_commentsManager.AllComments()); }