Automatic properties let me replace this code:
private MyType myProperty; public MyType MyProperty { get { return myPropertyField; } }
That's really convoluted mate.
Just make it a public readonly field.