namespace TUI.Engine.Nodes.Attributes.Orientations; public interface IWithOrientation { public Orientation Orientation { get; } }