pub trait P2pDisconnectionService: Service { // Required method fn disconnect(&mut self, peer_id: PeerId) -> bool; }