package command
type RunTaskCommand struct {
TaskId int `json:"taskId,string"`
CompanyId int `json:"-"` }