namespace HyperBooru.Client; public interface IDialog { public bool Visible { get; set; } public void Show(); public void Hide(); }