@Test
    public void shouldCallGetSetAwaitAtMost() {
        control.getAwaitAtMost();
        control.setAwaitAtMost(1L);
        verify(configuration, times(1)).getAwaitAtMost();