public VMCertStoreSession(VMCertStoreClient client, VMCertType certType)
 {
     Client   = client;
     CertType = certType;
 }