public void UnprotectCalled()
 {
     try
     {
         SecretStore.Unprotect(null);
     }
     catch (Exception ex)
     {
         _thrownEx = ex;
     }
 }