I am creating a client like this in Startup.cs class.
Startup.cs
services.AddHttpClient("myClient", client => { client.BaseAddress = new Uri(&qu