private void ShuffleButton_Tap(object sender, System.Windows.Input.GestureEventArgs e) { if (CurrentGroup == null) { return; } RemoteUtility.HandleLibraryPlayTask(CurrentGroup.Shuffle()); e.Handled = true; }