Start your All-Access Pass to unlock this challenge
How does adding #[Lazy] attribute to an argument differ from adding it to the class itself?
#[Lazy]
It disables lazy loading for the service.
It makes the service lazy only in the context where it's injected.
It automatically finalizes the service.
It prevents the service from being used outside the current class.