public DurableTimerExtension()
 {
     this.onTimerFiredCallback = new Action<object>(this.OnTimerFired);
     this.thisLock = new object();
     this.timerPersistenceParticipant = new TimerPersistenceParticipant(this);
     this.isDisposed = false;
 }
 public DurableTimerExtension()
 {
     this.onTimerFiredCallback        = new Action <object>(this.OnTimerFired);
     this.thisLock                    = new object();
     this.timerPersistenceParticipant = new TimerPersistenceParticipant(this);
     this.isDisposed                  = false;
 }