type TMethodContextService = InstanceType<typeof MethodContextService>; Copy
type TMethodContextService = InstanceType<typeof MethodContextService>;
Type alias representing an instance of MethodContextService. Used in dependency injection (e.g., LoggerService, PerfService) to type the injected service, ensuring type safety across the swarm system.