namespace MareSynchronos.UI.Components; public interface IDrawFolder { int OnlinePairs { get; } void Draw(); }