AutoMapper 10 has removed the public constructor from the ResolutionContext class (https://docs.automapper.org/en/stable/10.0-Upgrade-Guide.html#the-resolutioncontext-no-longer-has-a-public-constructor). I have previously been creating an instance to test a custom value resolver. Since I can no longer create an instance, how can I continue to test my value resolver which depends on a resolution context?