public bool CanTransitionTo(TransitionRoute nextRoute) => true;
 public bool CanTransitionFrom(TransitionRoute previousRoute) => true;