Convert one object to two different DTOs based on a condition
In one of our projects we are using .NET Automapper (version 10.1.1). In others we realized using AutoMapper is too complex and moved to direct manually mapping which is way faster and way more flexible (I prefer this approach myself too).