using System; public interface IActivatable { bool IsActive { get; } }