package interfaces type Stoper interface { Stop() error }