public async Task <IList <ISearchResult> > SearchAsync(string keyword) => await Task.Run(() => SpotifyHelper.Search(keyword));