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

Castle.MicroKernel.Registration.Node

public abstract class Node
Represents a configuration child.
protected string Name { get; }

protected Node(string name)

public abstract void ApplyTo(IConfiguration configuration)

Applies the configuration node.