public IEnumerable <Feed> GetFeeds() { return(_context.Feeds?.Select(c => _feedHelper.Converter(c)).ToList()); }