ExtensionManager.Core - this is a class library that contains the interfaces for the extension and service manager class.ExtensionManager - this is a CLI project that loads the extension DLL and registers it to a common interface (from ExtensionManager.Core).SampleExtension - this is a class library the implements the extension interfaces in ExtensionManager.Core and is loaded at runtime.ExtensionManager I attempt to load the SampleExtension.dll and get the type that implements IServiceExtension from ExtensionManager.Core, however doing so throws the following exception:ExtensionManager.Core instead of loading a new one?