@Test
 public void congestionReturnsValueOfOccupancyDividedByCapacity() throws Exception {
   defineExpectationsForOccupancyOnCellChain();
   defineExpectationsForCapacityOnCellChain();
   assertThat(link.congestion(), is(0.4));
 }