We create nullable properties if we want to know a property contains a useful value.

Can you declare a nullable property so a user can create an account without setting their name?

Great job! Now we can check if the user set their name by checking if name is set to null.

Whoops! Is that how we declare properties in the primary constructor?