*<Null safety>*
StartupContext startupContext
@visibleForTesting
Returns the StartupContext used to connect to required services.
Implementation
@visibleForTesting
StartupContext get startupContext =>
_startupContext ??= StartupContext.fromStartupInfo();