Hello, trying to mock retrieving messages from ServiceBus using these examples. Using the latest smocker version.
When I define headers in PascalCase (e.g. BrokerProperties) the matched request's response will be slightly augumented.
Mock definition:

The request is matched like so (response headers):

Is this intentional, or some kind of limitation? Thanks!