Retrieves the id that has been overridden for each Type.
The value obtained may not be the latest.
String? getIdFor<T>() => _idOverrides.containsKey(T) ? _idOverrides[T] : id;