public byte[] Get() { return(_snapshot.GetRawValue(_contract, _location.Buffer)); }
public byte[] GetValue(IEnumerable <byte> key) { return(_snapshot.GetRawValue(_contract, _location.Buffer.Concat(key))); }