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