public void Foreach(System.Action <IAIState> callback)
 {
     _stateMachine.Foreach(callback);
 }