@Before
  public void setUp() throws Exception {

    AuthenticationListener callback = mock(AuthenticationListener.class);
    nestConnector.authenticate(callback);
  }