/// <summary>
 /// Adds a custom license check to the list of checks that will be run against provided licenses
 /// </summary>
 /// <param name="check">The check to add</param>
 public void AddCheck(ILicenseCheck check)
 {
     LicenseChecks.Add(check);
 }