@Override
 public Chapter getChapter(String bookId, int chapter) throws BookNotFoundException {
   return repository.loadChapter(module, bookId, chapter);
 }