I wander if with a simple Map implementation for plain records its enough.
I want to do it similar to Ror. When you add a field to de table in the database automatically you have access to the field in the Dto.
I don't want to add a field and then have to add the same field to de DTO declaration. It isn't DRY.