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

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.