public void ThrowGranade(Vector3 direction)
 {
     PlayerEventChannel.SendEvent(PlayerEvent.ThrowGranade(direction));
 }