public void Hover() { if (_candidateInteractor == null) { return; } _candidateInteractor.Hover(); State = InteractorState.Hover; }