public void ImmutableProperty() { var value = new ImmutablePropertyClass("foo").StringProperty; AssertEquals(value, "foo"); }