@Override
 public Optional<byte[]> getBinaryResource(String uri) {
   return _inner.getBinaryResource(uri);
 }