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