develop
Fix possible null reference in MessagePack
Add support for MessagePack serialization.
Optimized the map lookup of MassTransitMessagePackFormatterResolver from O(n) to O(1), where 'n' is the number of registered type mappers.