Uri GetCurrentTrackId() { if (playbackList == null) return null; return GetTrackId(playbackList.CurrentItem); }