public string GetArticleBody(string categoryId, string articleId)
 {
     return(_articlesRepository.GetArticleBody(categoryId, articleId));
 }