<PackageReference Include="castle.windsor" Version="2.5.2" />

IStartable

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

Starts this instance.

void Stop()

Stops this instance.