GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them.
Add filling of empty but instantiated lists. Also cleaned up some places in tests where the "new"
nameof
key word was useful.