namespace Toolkit.Foundation; public interface IActivation { bool IsActive { get; set; } }