Currently we use manual mapping of DTOs to their respective DB entities which clutters the code.
Proposed solution
It would be nice to use AutoMapper library for automatic mapping of objects.
Alternative solution
An alternative solution, in case we don't want to add more packages, would be to implement Map() extension methods for every objects.