Closes the stash
@override Future<void> close() { return _secondary.close().then((_) => _primary.close()); }