public int GetOrCreate(int i)
 {
     return(_dictionary.GetOrCreateDiscardableValue(i, _createValue));
 }