79StatePtr stateSuccess = addState<SuccessState>("Success"); // preimplemented state derived from FinalState, that sends triggers a transition on the upper state
80StatePtr stateFailure = addState<FailureState>("Failure"); // preimplemented state derived from FinalState, that sends triggers a transition on the upper state