I have generated an API client using Visual Studio Connected Services. It has all the methods that are available on the Swagger, but I need to make a custom call using the same base address. I do not want to create an additional HttpClient and would like to use the NSwag generated client I already have. Unfortunately, it does not expose the underlying HttpClient.
Is there a configuration setting or attribute that I can use to make the HttpClient available externally?