public static string ToCode <T>(this IExpressionToCode it, Expression <Func <T> > e) { return(it.ToCode(e)); }
public static string ToCode <T>(this IExpressionToCode it, Expression <Func <T> > e) => it.ToCode(e);