pub trait Instance: Send + Sync { // Required methods fn id(&self) -> &str; fn api_url(&self) -> &str; }