Hello notretro, does/can your extension method support .dot notation for sorting by sub-items? For example:
customerList.OrderBy(Orders.Date", true)?
Where 'Orders' is a collection property of 'Customer' for example.