Keeps the FSM in its current state. Usually used when handling events that don't need to make a transition.
onEvent<SomeEvent> { state, event -> stay() }
the current state value