@Override
 public Bitmap getBitmap(String path) {
   return repository.getBitmap(module, path);
 }