public IEnumerable <ClearSecret> GetAllSecretsForApplication(string tableName, string applicationName)
 {
     SetDependencies(tableName);
     return(_secretStore.GetAllForApplication(applicationName));
 }