@Override
 public List<Collection> getUnexpectedlyStoppedCollections(Date today) {
   return collectionRepository.getUnexpectedlyStoppedCollections(today);
 }