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