public void SetMethodNotOverridden() { var starship = new Starship(); starship.Foo = true; Assert.True(starship.GetBar()); }