namespace View_by_Distance.Shared.Models.Properties;

public interface IPersonEmail
{

    public string Value { get; }

} // ...