public Customer MapsterBenchmark() => _dto.Adapt <Customer>();
public Customer MapWithMapster() { return(_customerDto.Adapt <Customer>()); }