In the below fragment of my generated DTOs, the route string is in the comments.
Any chance you could make it accessible programatically, for example in a const?
// @Route("/session-to-token")
// @DataContract
interface ConvertSessionToToken extends IReturn<ConvertSessionToTokenResponse>