private async void AddFeed(string Title, string Link) { var feed = await feedService.InsertFeed(Title, Link); feeds.Add(feed); }