StreakEngine constructor

StreakEngine()

Implementation

StreakEngine() {
  _sessions = Queue();
}