<PackageReference Include="NUnit" Version="3.4.1" />

ListMapper

public class ListMapper
ListMapper is used to transform a collection used as an actual argument producing another collection to be used in the assertion.
public ListMapper(ICollection original)

Construct a ListMapper based on a collection

public ICollection Property(string name)

Produces a collection containing all the _values of a property