dotnet
StructureMap API to replace registration from registry
StructureMap allows you to replace an already registered type mapping by clearing all previous registrations for the type and adding new one. The example in the documentation clears all previous registration for the type within a registry. What if you want to replace the registration from the Container after mapping