@Test
 public void testGetName() throws Exception {
   Assert.assertEquals(service.getName(), MetadataMappingService.SERVICE_NAME);
 }