addCompileService(config?: Partial<Services.CompilerService['config']>) {
    const bus = this as EventBus<Services.CompilerServiceEvents>
    this.services.Compiler = new Services.CompilerService(bus, config)
  }