public void OnEnter(GameObject go)
 {
     _currentState?.OnEnter(go);
 }