public async Task <Models.LiveFeed.RootObject> GetLiveFeedAsync() { var url = _urlService.GetLiveFeedUrl(); return(await GetDataAsync <Models.LiveFeed.RootObject>(url)); }