/// The idea is that we can build up the relay's components in an `InertTorRelay` without a runtime,
/// configure memquota, etc), which leaves `TorRelay` to just "running" the relay (bootstrapping,
/// keystore. If we do a similar thing here in arti-relay in the future, it might be nice to have
/// Time will tell if this ends up being a bad design decision in practice, and we can always change