I have an aggregate containing 16 entities (it's a complex process) and need to create a temporary list of that data to enable iterating around it whilst making changes to it.
As things stand, I have to either create a structure of that data or a record list, and that involves adding each type of data one at a time.
It would be very handy to be able to auto generate a list or a structure containing all the data types in that aggregate.