public bool HasState(string name) => states.HasState(name);
 public bool HasState(string stateName) => _states.HasState(stateName);