1.2.1 Release
Fixes two issues:
- FromMessageTranslator now checks if message name is an existing class
and uses this class to reconstitute command or event instead of the default implementation - HandleCommandInvokeStrategy and OnEventInvokeStrategy now check if command/event implements
MessageNameProviderInterface and if so they use the message name instead of the classname