private void HandleClick()
 {
     if (CurrentInteractible != null)
     {
         CurrentInteractible.Click();
         ResetGazeTimer();
     }
 }