public static int BinarySearch<T, TKey>( this IList<T> list, Func<T, TKey> keySelector, TKey key, IComparer<TKey> comparer )