My objects don\'t have a default constructor, they all require a signature of
new Entity(int recordid);
I added the following line:
Try
Mapper.CreateMap().ConstructUsing(s => new Entity(s.RecordId));