public static IGenerator<TSource> Where<TSource>( this IGenerator<TSource> generator, Func<TSource, bool> predicate )