public static IEnumerable<T> Merge<T>( this IEnumerable<T> this, IEnumerable<T> other, IComparer<T> chooser = null )