Write a function `sort_with_tiebreaker(items, primary, tiebreaker)` in the `Comparators` class that sorts the items with the primary comparator, and tiebreaks with the tiebreaker comparator.