namespace ModernKeePass.Domain.Interfaces { public interface IIsEnabled { bool IsEnabled { get; } } }