public void removeConnectionEventListener(ConnectionEventListener connectionEventListener) {
   _eventListenerSupport.removeListener(connectionEventListener);
 }