protected override void Initialize(IWebMatrixHost host, ExtensionInitData initData) { this.Host = (IWebMatrixHostInternal)host; this.Globals = new ModuleGlobals(this.Host, this.Host.ServiceProvider); this.Host.WebSiteChanged += this.Host_WebSiteChanged; }