Returns all objects in given scope
List<T>? getObjectsInScope({ required String type, required String scopeId, }) { return _instances[scopeId]?[type]; }