_logger.LogDebug("Session {0} has been inactive for {1} minutes. Stopping it.",session.Id,_config.Configuration.InactiveSessionThreshold);
_logger.LogDebug("Session {Session} has been inactive for {InactiveTime} minutes. Stopping it.",session.Id,_config.Configuration.InactiveSessionThreshold);