It’s likely that your application is using numerous different methods to access the same Web Service. If so, you have the chance to centralize part of your code if you’re utilizing the HttpClientFactory, which you really ought to be. The AddHttpClient method, which, despite its name, actually adds a HttpClientFactory to your application’s services collection,…