namespace Packt.Shared; public class ImmutablePerson { //public string? FirstName { get; init; } //public string? LastName { get; init; } }