private void OnInteractHandler(GameObject interactor)
 {
     if (!_speechController.Visible)
     {
         _speechController.Say(_speechController.Text);
         return;
     }
     _speechController.Continue();
 }