public static IHttpClientBuilder WithUseCookies(this IHttpClientBuilder builder)
 {
     return(builder.WithUseCookies(new CookieContainer()));
 }