namespace BouncyCatIsBouncy { interface IDrawable { void Draw(); } }