public override byte[] Get(byte[] key) { if (key == null) { throw new ArgumentNullException("key"); } return(db.GetRaw(key)); }