Concept Flow - Facade service pattern
Component calls Facade Service
Facade Service receives call
Calls Data Service
Data fetched
Facade returns combined data/state
Component updates view
The component talks only to the Facade Service, which handles calls to data and UI state services, then returns combined results back to the component.