Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="2.9.0-preview-524" />

 DependencyReMapperExtensions

public static class DependencyReMapperExtensions
public static IStashboxContainer ReMap(this IDependencyReMapper reMapper, Type typeTo, Action<RegistrationConfigurator> configurator = null)

public static IStashboxContainer ReMapDecorator<TFrom, TTo>(this IDependencyReMapper reMapper, Action<DecoratorConfigurator> configurator = null) where TTo : TFrom

public static IStashboxContainer ReMapDecorator<TFrom>(this IDependencyReMapper reMapper, Type typeTo, Action<DecoratorConfigurator> configurator = null)