AutoMapper 7.0.1...Found an interesting issue that I couldn't explain. When mapping the view model back to the DB entity object, the Id property is not mapped and is always 0, unless I explicitly set its MapFrom in the ...CreateMap... definition....In the...