public void SetupFixture() { _vs = new VisualStudio(); Assert.That(_vs.ConnectToFirstRunningInstance(), Is.True); }