@Test
 public void testWithDefaultFilters() throws Exception {
   assertEquals(propertyLoader, propertyLoader.withDefaultFilters());
   verify(propertyFilter).withDefaultFilters();
 }