private void ExpireSession(object sender, ElapsedEventArgs e) { _currentState.Expired(_currentState.ToString(), _systemId, _instanceId); _timer.Stop(); }