support.addBeanContextServicesListener(l1);
childSupport.addBeanContextServicesListener(l2);
support.records.assertRecord("initialize", null);
childSupport.records.assertRecord("initialize", null);
BeanContextServiceRevokedEvent evt = new BeanContextServiceRevokedEvent(
support, Collection.class, false);
support.publicFireServiceRevoked(evt);
support.records.assertEndOfRecords();
childSupport.records.assertEndOfRecords();