public void Add(ClientCertificate certificate)
 {
     NewContext.AddClientCertificate(certificate.ToEntity());
 }