namespace View_by_Distance.Shared.Models.Properties; public interface IPersonNumber { public string Value { get; } } // ...