public void CheckIsNotInStateShouldNotThrowExceptionBeforeSafeTransformToState()
 {
     Assert.DoesNotThrow(() => stateHelper.CheckIsNotInState());
 }