Service Container Architecture
Click services to resolve them - see singleton vs factory behavior
Singletons return the same instance (same color). Factories create new instances each time (different colors).