I would like to signal a strange behavior of the method public override Collection<License.LicenseInformation> PluginLicenseRequest in case the element of the collection is null, like
return new Collection<LicenseInformation>() { _myLicense };
where _myLicense = null
The MC rise a null reference exception and, after showing the problem, it hangs.
I think it’s important to catch the exception
