I'm new to AutoMapper and, unless I'm misunderstanding, AutoMapper should always create deep copies when mapping to a Dto. Yet, the following test code is showing me that it's creating shallow copies. What am I missing here?I'm new to AutoMapper and, unless I'm misunders