I'm having some trouble with finding the right syntax to accomplish the following:...Is it possible with LINQ (Lambda Expression) to .GroupBy data and instead of using the usual .Sum() or .Count() I want the resulting data to be a List of Int....I defined...