public static IndividualResponseType ToIndividualResponseType(IGrouping <Extract, ExtractItem> found, Dictionary <string, Type> typeMap) { return(ToIndividualResponseType(found.Key, found.AsQueryable(), typeMap)); }