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