@Test
 public void shouldCalculateCapacityForBuffer() {
   assertThat(broadcastTransmitter.capacity(), is(CAPACITY));
 }