private InputStream getInputStream(String path) throws ValidationException {
   return context.getInputStream(path);
 }