public void Setup()
		{
			visualStudioSentry = Monitor.Calls<VisualStudio>();

			overlay = new CoverageOverlay();
			Isolate.WhenCalled(() => CodeRush.TextViews.Active).ReturnRecursiveFake();
		}
        public void Setup()
        {
            visualStudioSentry = Monitor.Calls <VisualStudio>();

            overlay = new CoverageOverlay();
            Isolate.WhenCalled(() => CodeRush.TextViews.Active).ReturnRecursiveFake();
        }