Unlock this challenge:
What is the primary purpose of adding the #[AutoconfigureTag] attribute to an interface?
#[AutoconfigureTag]
To add a tag to services that implement a specific interface.
To automatically generate unique service IDs for each tagged service.
To replace service definitions with manually created tags.
To configure services with dynamic dependencies.