namespace RemSox.Shared.UI.GUI.Rendering; public interface IRenderSource { void Render(IEnumerable commands); void Composite(); }