namespace Encompass { public interface IDrawComponent : IComponent, IRenderable { } }