namespace BITKit { public interface IActivable { void SetActive(bool active); bool Enabled { get; set; } } }