public override IEnumerator <bool> GetEnumerator()
 {
     lock (_syncRoot)
         return(_list.GetEnumerator());
 }