public IocompLicense(IocompLicenseProvider owner, string licensekey)
 {
     this.m_Owner      = owner;
     this.m_LicenseKey = licensekey;
 }