Releases underlying resources (if any)
@override Future<void> close() async { await primary.close(); return secondary.close(); }