public Expression <Func <TSource, TTarget> > GetMapExpression <TSource, TTarget>() { return(mapper.GetExpression <TSource, TTarget>()); }