public People(string firstName, IClock clock) : this(firstName, clock.FifteenYearsAgo())
 {
 }