private void OnEnter(ProximityWatcher sender, Collider args)
 {
     _inputUpdater.SendHapticFeedback(_view.HandType);
 }