public static void m(Iterable<string> s) {
     var query = s.groupBy(e => e.Length);
 }
 public static void m(Iterable <string> s)
 {
     var query = s.groupBy(e => e.Length, e => e + "1");
 }