namespace Encompass { /// /// Structs that implement IComponent are considered to be Components. /// public interface IComponent { } }