public EncryptedFileStorageConfig(IExCrypto crypto, IProtectedStore protectedStore) { _crypto = crypto; _protectedStore = protectedStore; }