@Test
 public void testTotalNumberOfSides() {
   assertEquals(manager.totalNumberOfSides(), Double.POSITIVE_INFINITY, 10e-2);
 }