pub type Aether = AetherEntity;
pub struct Aether { pub task_id: String, }
task_id: String
Tokio task ID that this aether represents.