public bool Contains(object value)
 {
     return(_collection.Contains(value));
 }