Start your All-Access Pass to unlock this challenge
How do you fetch the names (IDs) of services in ServiceCollectionInterface without instantiating them?
ServiceCollectionInterface
The array values of getServicesIds().
getServicesIds()
The array values of getProvidedServices().
getProvidedServices()
The array keys of getProvidedServices().
The array keys of getServicesIds().