public FluentInitializer withHighlightedDates(Collection<Date> dates) {
   highlightDates(dates);
   return this;
 }