private void HandleDown()
 {
     if (CurrentInteractible != null)
     {
         CurrentInteractible.Down();
     }
 }