protected override async void OnAppearing() { base.OnAppearing(); SongList.ItemsSource = await TableStorageService.GetSongs(); }