public async Task <bool> IsValidRssOrAtomFeed(Uri rssUrl)
 {
     return(await _feedFactory.PingFeedAsync(rssUrl));
 }