support.addBeanContextServicesListener(l1);
childSupport.addBeanContextServicesListener(l2);
support.records.assertRecord("initialize", null);
childSupport.records.assertRecord("initialize", null);
MockBeanContextServiceProvider provider = new MockBeanContextServiceProvider();
support.addService(Collection.class, provider);
MockBeanContextChild child = new MockBeanContextChild();
childSupport.add(child);
String requestor = "requestor";
String selector = "selector";