public Task <SpotifyList> GetPlayListAsync(string genre)
 {
     return(_spotifyService.GetPlayListAsync(genre));
 }