I have some code that I would like to migrate from Microsoft.Azure.ServiceBus to Azure.Messaging.ServiceBus, considering the former package is considered deprecated.
One of the things I cannot figure out how to do with this new package, is to build/manipulate connection strings. Specifically, I was using ServiceBusConnectionStringBuilder to parse the connection strings from my configuration and get the EntityPath, as well as a few other things provided by this class.
Am I overlooking something, or was this functionality completely removed?