public EngineConfiguration() : base() { _imports = new ImportDirectiveCollection(); _interceptors = new InterceptorGlobalDeclarationCollection(); _mixins = new MixinGlobalDeclarationCollection(); _aspects = new AspectDefinitionCollection(); }