Unlock this challenge:
When using the #[AutoconfigureTag] attribute on an interface and using it to build a locator container, what is used as the default service ID for the services implementing the interface?
#[AutoconfigureTag]
Only the class name without the Interface suffix at the end.
Interface
The fully qualified class name of the interface.
The fully qualified class name of the service.
A randomly generated unique string.