Any volunteers?
public string SomeProperty { get { SomeOtherProperty.Something = whatever; return someProperty; } }
Any volunteers?