public StorageMap(byte[] baseKey, StorageContext context) : this() { BaseKey = baseKey; Context = context; }
// public IEnumerable<KeyValuePair<StorageKey, StorageChangeSetEntry>> Entries => _entries; public StorageChangeSetContext(StorageContext baseContext) { Throw.IfNull(baseContext, "base context"); this.baseContext = baseContext; }