IServiceRegistry.get<T extends object>(token: CapabilityToken): T
Resolves a service by capability token.
On a multi-provider token this returns the FIRST registered provider; use
IServiceRegistry.getAll to reach all of them.
token: CapabilityToken
The capability token to resolve
The registered service