public GroupedByInitialInBatches(IGrouping <char, Snapshot> group, int size) { Initial = group.Key; BatchedSnapshots = group.Batch(size); }