@Test
 public void hsaIdentityIsMapped() {
   Person person = this.personBuilder.hsaIdentity("abc-123").build();
   se.vgregion.kivtools.svc.sitemap.Person result =
       SitemapPersonMapper.map(person, this.unitCache);
   assertEquals("hsaIdentity", "abc-123", result.getHsaIdentity());
 }