public int GetPublishedArticleCount(DateTime currentDate)
 {
     return(_articlesRepository.GetPublishedArticleCount(currentDate));
 }