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