package task type ITask interface { Exec() }