public bool Contains(TValue item) => _dictionary.ContainsValue(item);