public async Task DeleteWorker(int id) =>
 await _workerProcess.SafeRemoveWorker(id);