protected override async Task OnInitializedAsync() { city = (await LocationService.GetLocation()).City; Articles = (await ArticleService.GetNews(city)); TraceService.PostTrace("http://newsapi.org/v2/everything?q=" + city, DateTime.Now); }