Public Code API to register commercial license for ServiceStack.
 protected virtual void RegisterLicenseKey(string licenseKeyText)
 {
     if (!string.IsNullOrEmpty(licenseKeyText))
     {
         Licensing.RegisterLicense(licenseKeyText);
     }
 }