@Override
 public boolean isSupportByExtension(String extension) {
   return customDocumentFormatRegistry.getFormatByExtension(extension) != null;
 }