public Task <Uri> GetByKeyAsync(string key) => Task.FromResult(new Uri((string)_urls.GetValue()[key]));
Exemple #2
0
 public async Task <IEnumerable <SpotifyPlaylist> > GetMyPlaylistsAsync() => await _myPlaylists.GetValue();