public static HttpClientHandler CreateHttpClientHandler() { var handler = new HttpClientHandler(); handler.ApplyProxy(); return handler; }