Shuts down the underlying server.
@override Future<void> close() async { await _artificial?.close(); await _http.close(); return await super.close(); }