public PeerService(Worker worker) { this.worker = worker; }
public TaskService(Worker worker) { this.worker = worker; }