public void Remove(Feed feed) => _dbContext.Feeds.Remove(feed);
public void Add(Feed feed) => _dbContext.Feeds.Add(feed);