I need to access the correlationID of an incoming message, but for some reason it's missing from the header file. I added this to RMQMessage.h ``` @property (nonatomic, readonly) NSArray *properties; ``` Works great so far.