I\'m trying to map one object to another but the object is quite complex. During development, I\'d like the ability to either exclude a bunch of fields and get to them one by on
.ForMember(dto => dto.field1, opt => opt.Ignore());