I am trying to use expression trees to build a nested pair of groups, and getting totally stumped by Select and what it expects for parameters. What I ultimately want to do is build this via expression trees;...var queryNestedGroups = products.GroupBy(x =...