public static void Close(int busId)
 {
     _server.RemoveBus(busId);
     _busRegistry.Remove(busId);
 }