static InspectionWorker()
        {
            // Since we're using Reflection-only LoadFrom, we must pre-load
            // dependent assemblies, such as System.AddIn.dll (this assembly).

            SystemAddInInReflectionOnlyContext          = Assembly.ReflectionOnlyLoad(typeof(AddInStore).Assembly.FullName);
            SystemAddInContractsInReflectionOnlyContext = Assembly.ReflectionOnlyLoad(typeof(System.AddIn.Contract.IContract).Assembly.FullName);
            PipelineComponent.SetTypesFromReflectionLoaderContext(SystemAddInInReflectionOnlyContext, SystemAddInContractsInReflectionOnlyContext);
        }