dmcg
fun buildRow(firstName: String, secondName: String, dob: LocalDate, shouldReject: Boolean) = Person(firstName, secondName, dob) to shouldReject