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

List

public class List
The List class is a helper class with properties and methods that supply a number of constraints used with lists and collections.
public List()

public static ListMapper Map(ICollection actual)

List.Map returns a ListMapper, which can be used to map the original collection to another collection.