v5.2.0
Refactor including:
- Renamed IContext to IActiveStateConfiguration
- Renamed Context to StateMachineInstance
- Renamed ContextBase to StateMachineInstanceBase
- Removed XContext and XContextBase
- Added Create... extension methods to main classes to faciltate simpler model building.
- Changed StateMachine to inherit from State
- Added a visitor pattern implementation
- Moved the bootstrapping to use the visitor