Close shuts down the host, its Network, and services.
@override Future<void> close() { // No need to close _routing, as we don't own it. return _host.close(); }