public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection <T> collection)
 {
 }
 public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection <T> collection, int boundedCapacity)
 {
 }