This is what seems wierd to me. If yo have a private set property why even
have it at all. why not just use the member variable. your basically sayign
i need to access a member in a class from within the same class but not
anywhere else. It seems a waste to me to write methods and properties for
something like this.