I would like to just ignore sorting when an invalid sort option in provided. Today two possible exceptions are thrown [here](https://github.com/enisn/AutoFilterer/blob/develop/src/AutoFilterer/Types/OrderableBase.cs#L38) and [here](https://github.com/enisn/AutoFilterer/blob/develop/src/AutoFilterer/Types/OrderableBase.cs#L49). I would like to have an option to opt-out of throwing an exception.