I have been flattening domain objects into DTOs as shown in the example below:
public class Root { public string AParentProperty { get; set; } public
I created a simple example using AutoMappers new naming convention rules to map from flattened to nested objects, hope this helps
https://dotnetfiddle.net/i55UFK