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