public iRacingConnection()
 {
     this.Replay        = new Replay(this);
     this.PitCommand    = new PitCommand();
     this.iRacingMemory = new iRacingMemory();
 }
 public iRacingConnection()
 {
     this.Replay = new Replay(this);
     this.PitCommand = new PitCommand();
     this.iRacingMemory = new iRacingMemory();
 }