We can do this: ``` @Authenticated(services = ["franklin"]) ``` I’d like to be able to do this: ``` @Authenticated(services = ["*"]) ``` This works especially well when the calling service is used in application code: ``` @Inject lateinit var scopedCaller: ActionScoped<MiskCaller?> ```