public async Task <bool> NextAsync(string url) { await Task.Run(() => SpotifyHelper.Next(url)); return(true); }