# Variables
vars.
# Interfaces
Model is application model which may require to start and stop in application lifecycle.
Starter is Model has a Start method.
StartStopper is the interface that groups Start and Stop.
Stopper is Model has a Stop method.