/// <summary>
        /// Start the type controller and build the type tree
        /// </summary>
        public void Start()
        {
            // Define module on first start
            ProxyBuilder.PrepareBuilder();

            BuildTypeTree();
        }