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

IStartable

public interface IStartable
Interface for components that wish to be started and stopped by the container
void Start()

Starts this instance.

void Stop()

Stops this instance.