Shut down this service.
@override Future<void> shutdown() { return Future.wait(_services.map((s) => s.shutdown())); }