package contracts type DoServiceProvider interface { Register() Start() Shutdown() }