core/modules/psocsf/public/Objects/Hardware/Display.cs

namespace Ocsf.Objects {
        public class Display {
            public int ColorDepth { get; set; }
            public int PhysicalHeight { get; set; }
            public int PhysicalOrientation { get; set; }
            public int PhysicalWidth { get; set; }
            public int ScaleFactor { get; set; }
        }
    }