public void DeleteCookie(Uri domain, string name)
 {
     HttpClientFactory.DeleteCookie(domain, name);
 }