public bool IsFeedValid(string title, string publishDate) { return(feedRepository.IsExist(title, publishDate)); }