private boolean isLessThan(Object actual, Object other) {
   return comparisonStrategy.isLessThan(actual, other);
 }