@Test
 public void testIsAggregateInside() {
   testInitialization();
   Assert.assertEquals(true, topologyStore.isAggregateInside());
 }