Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="3.1.0-preview-526" />

 RegistrationConfigurator<TService>

public class RegistrationConfigurator<TService> : FluentServiceConfigurator<TService, RegistrationConfigurator<TService>>
Represents the generic fluent service registration api.
using System; namespace Stashbox.Registration.Fluent { public class RegistrationConfigurator<TService> : FluentServiceConfigurator<TService, RegistrationConfigurator<TService>> { internal RegistrationConfigurator(Type serviceType, Type implementationType) : base(serviceType, implementationType) { } } }