1.  
  2. var p = new Person("Althea", "Goodwin");
  3. var (first, last) = p;
  4.