public void Remove(int ackCount)
 {
     lock (_syncLock)
     {
         _queue.Remove(ackCount);
     }
 }