- Tweaking to keep correct statemachine ref around so that StateContext passed to actions can be used to send events within submachines. - This was missed due to missing test and i.e. cdplayer should transition into playing state directly via and event sent from action which when closed is checking if cd is inserted. - Fixes #33