Brings the embedded node down while preserving persisted credentials.
@override Future<void> down() async { _requireInitialized(); return _supervisorLifecycle.run(_runDown); }