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