private static void PrintHoursAlive(Person person)
 {
     Console.WriteLine($"You are approximately {person.CalculateHoursAlive()} Days old!");
 }