public static void C_CloseSession(CK_SESSION_HANDLE session)
 {
     CKR_Exception.check(fl.C_CloseSession(session.Handle), "C_OpenSession");
 }