public void can_return_all_the_registered_activators_smoke_test()
 {
     facility.GetAll <IActivator>().Count().ShouldBeGreaterThan(3);
 }