protected override void OnInteractionClick() { base.OnInteractionClick(); _player.OnPlayPause(); }
private void OnClick() { _player.OnPlayPause(); }