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