Object Repositories
This is a generic class which is used to group objects into collections.
What does it do?
This class provides a common interface for collections and make them easy to work with within the tool.
What can I do with it?
It can be used for any type of object which has a unique identifier (entity) and will create a dictionary under the hood. This allows for efficient querying for specific objects.