namespace BouncyCatIsBouncy { interface IMenu : IDrawable, IUpdateable { bool Closed { get; } } }