The class Person contains many nested objects. When I try to use automapper to map this "Person"-class to a PersonDTO it will not map the values of the nested objects if I dont specify each property like this:The class Person contains many nested objects.