For any place where curation data is displayed (like internal reports), it would be valuable to know the name of the provider where a curation comes from (e.g. for debugging, quality evaluation of providers etc.)
To support this, the current idea is to wrap PackageCurationData in a new class called AppliedPackageCurationData that also contains a property for the porvider name. That new class would then be used in CuratedPackage instead of using PackageCurationData there.