pub trait PropagationNodeTargetResolver: Debug + Send + Sync { // Required method fn resolve_url(&self, node_id: &str) -> Option<Url>; }