@Test
 public void testGetExtension() throws Exception {
   assertEquals("properties", propertyLoader.getExtension());
 }