public void Previous() { if (CurrentTrack == null) { return; } var track = CurrentTab?.GetPreviousTrack(CurrentTrack); Play(track, CurrentTab); }