public void LocationMark(LocationMarkerId markerId)
 {
     if (!_tqaDeletion)
     {
         _buffer.LocationMark(markerId);
     }
 }