public void DeleteCurrentTrack() { if (_currentState == SpotifyState.Playing) { Spotify.DeleteCurrentTrack(); } }