public async Task Play(string track, int position = 0) { await SpotifyClient.Play(AccessToken, track, position).ConfigureAwait(false); }