Returns the internal storage key for key.
key
String getStorageKey(String key) { return storageRootKey + key; }