/// <summary>
 /// Called when [notify status].
 /// </summary>
 /// <param name="status">The status.</param>
 protected virtual void OnNotifyStatus(CriticalSectionStatus status)
 {
     if (this.NotifyStatus != null)
     {
         this.NotifyStatus(status);
     }
 }
 /// <summary>
 /// Called when [notify status].
 /// </summary>
 /// <param name="status">The status.</param>
 protected virtual void OnNotifyStatus(CriticalSectionStatus status)
 {
     if (this.NotifyStatus != null)
     {
         this.NotifyStatus(status);
     }
 }