public int?GetUpgradeProtectionRemainingDays()
 {
     return(CurrentLicense.GetDaysUntilUpgradeProtectionExpires());
 }