@Test
 public void testGetFingerprint() throws URISyntaxException {
   IData file = this.getFingerprintDoclogFile();
   Assert.assertEquals(
       IdentifierFactory.createFrom("!2aa2aaccc0b9b73b230bb4667c5971f8"),
       Doclog.getIdentifier(file));
 }
 @Test
 public void testGetId() throws URISyntaxException {
   IData file = this.getIdDoclogFile();
   Assert.assertEquals(
       IdentifierFactory.createFrom("0meio6dzt3eo1wj7"), Doclog.getIdentifier(file));
 }