public void CopyTo(KeyValuePair <string, object>[] array, int arrayIndex)
 {
     _values.CopyTo(array, arrayIndex);
 }