public static Person ToPerson(this TableRow self, string firstNameKey, string lastNameKey)
 => PersonHelper.FromTableRow(self, firstNameKey, lastNameKey);
 public static Person ToPerson(this TableRow self)
 => PersonHelper.FromTableRow(self);