public static IEnumerable<T> HookFirst<T>( this IEnumerable<T> this, IGuard<Tuple<T>> sink, Func<T, bool> critiria )