IStartable public interface IStartable Interface for components that wish to be started by the container Documentation void Start() Starts this instance. void Stop() Stops this instance.