package logic type Job interface { Start() Stop() }