I'm generating an expression tree that maps properties from a source object to a destination object, that is then compiled to a ...Func<TSource, TDestination, TDestination>... and executed. ...This is the debug view of the resulting ...LambdaExpression...