namespace UnivateProperties_API.Containers { public interface IDisplay { string Display { get; } } }