public static IOrderedEnumerable<T> OrderByDescending<T>( this IEnumerable<T> this, IComparer<T> comp = null )