@Test
 public void testWithPath() throws Exception {
   assertThat(converterHelper.withPath(new String[] {"parts", "to", "add"}))
       .isEqualTo(" (with path parts.to.add) ");
 }