bool isControllerLazy(String name) { return _controllerRegistry.getControllerHolder(name)?.isLazy ?? false; }