public static Certificate ConstructX509FromBase64(string base64) { return(Certificate.Create(_certDb.Instance.ConstructX509FromBase64(base64))); }