public void DispatchPlayerDeparted(PlayerController player)
 {
     _playerDepartedSignal.Fire(player);
 }