<PackageReference Include="Castle.Windsor" Version="5.1.1" />

ICommissionConcern

public interface ICommissionConcern
Represents a concern that will be applied to a component instance during commission phase (right after component instance is activated).
void Apply(ComponentModel model, object component)

Implementors should act on the instance in response to a commission phase.