public void Initialize()
            {
                var components = (IComponentModel)VsIdeTestHostContext.ServiceProvider.GetService(typeof(SComponentModel));

                this.buildStarted = components.GetService <IOnBuildStartedEvent>();
            }
            public void Initialize()
            {
                var components = (IComponentModel)VsIdeTestHostContext.ServiceProvider.GetService(typeof(SComponentModel));

                this.buildStarted = components.GetService<IOnBuildStartedEvent>();
            }