❔ Difference between using readonly or { get; }?
The only difference I can think of is that if we use
{ get; } then we are converting from a field to a property; but I'm not so sure about this...