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