type SessionInitiationCache = Cache<StartChallenge, UnboundedSender<Result<StartEstablished<SessionId>, StartErrorType>>>;
struct SessionInitiationCache { /* private fields */ }