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