use std::sync::Arc; // use tokio::task::JoinHandle; #[derive(Debug, Default)] pub struct DaemonService; #[derive(Debug, Default)] pub struct MinecraftService;