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