Returns a slot key guaranteed to be unique within this temp context, by prefixing key with the next available ID.
key
String uniqueSlotKey(String key) => '${temp.nextId()}_$key';