public static IEnumerable<IList<TSource>> Buffer<TSource>( IEnumerable<TSource> source, int count, int skip )