public int GetCommentCountByArticleId(Guid articleId) { return(_articlesRepository.GetCommentCount(articleId)); }