public void Delete(ClientCertificate certificate)
 {
     NewContext.DeleteClientCertificate(certificate.ToEntity());
 }