LicenseStatus:
    | "Licence unknown"
    | "Licence corrupt"
    | "Licence expired"
    | "Licence not found"
    | "Key not found"
    | "Licence has invalid algorithm"
    | "Licence has been tampered with"
    | "Licence has invalid key"
    | "Licence valid"
    | "Licence format invalid"
    | "Unknown status"