public Session GetOktaSession(string sessionId)
 {
     return(_sessionsClient.Validate(sessionId));
 }