public void Write(string tempKey, byte[] buffer, int offset, int count) { TemporaryStorage.Write(tempKey, buffer, offset, count); }