EasyNetQ by Mike Hadlow,Michael Denny,Yury Pliner,Wiebe Tijsma,Contributors (see GitHub repo)

<PackageReference Include="EasyNetQ" Version="5.3.0-alpha0077" />

 Lifetime

public enum Lifetime
Represents the lifetime of a container registration

Singleton - each request to the container for the type will result in the same instance being returned.

Transient lifetime - each request to the container for the type will result in a new version being returned.