Expression bodied members feature in C# now allows us to write a constructor as
public Student(string fName, string lName) => (fName, lName) = (firstName,