var s1 = new Student("Cary", "Totten", 4.5);
var (fName, lName, gpa) = s1;