Working with AzureServiceBus, and using the ITopicnameConvention and for some reason my topic names have some "cleanup" after the GetTopic() method.
They all end up in lowercase and '.' are replaced with '_'
Am I missing something? I'm using the namespace and other combination of things to create topic names and I want them to be something like
MyDomain.Events
and I'm getting
mydomain_events
How can I achieve this?