pub type WorkerRef<W> = ActorRef<Worker<W>>;
pub struct WorkerRef<W> { pub id: Uuid, /* private fields */ }
id: Uuid