From what I understood, automatic properties get; set; should be used instead of public fields in classes (even though they do the same thing). If I want to customize properties later I can't use automatic properties anymore... So what is the point of using them?