public void OnVolumeClick() { Debug.Assert(_currentPlayer != null, nameof(_currentPlayer) + " != null"); _currentPlayer.VolumeSlider(); }