public static IEventStream <T> Where <T>(this IEventStream <T> stream, Func <T, bool> predicate) { return(stream.Filter(predicate)); }