sum = Aggregate(
l.Values,
( a, b ) => { return a + b; }
);
