public void Transition(State.ID id) { Transition((int)id); }
public static bool Equals(this State.ID me, int stateId) => me.ToInt32() == stateId;