namespace NcProgramManager.Licensing { internal interface ILicenseValidator { bool Validate(string fingerprint, string licenseBase64); } }