protected override void TimerCallbackInternal()
 {
     if (this.IsRequested)
     {
         if (this.m_configManager.CurrentConfig.IsUnknown)
         {
             AmStoreHelper.DismountAll("TransientFailoverSuppression");
         }
         else
         {
             ReplayCrimsonEvents.DelayedSelfDismountAllSkipped.Log <AmRole>(this.m_configManager.CurrentConfig.Role);
         }
         this.IsRequested = false;
     }
 }