public static async Task LoadData() { try { // Get all countries covid cases await App.CovidService.GetLocationsAsync(); } catch (Exception ex) { MessageDialogService.Display("Error", "Could not get latest informations! check your internet connection."); } }