https://stackoverflow.com/questions/19544133/automapper-multi-object-source-and-one-destination
d = AutoMapper.Mapper.Map<sourceone, destination>(sourceone); /* Pass the created destination to the second map call: */ AutoMapper.Mapper.Map<sourcetwo, destination>(sourcetwo, d);