public ResultPair(string resultKey, DumpValue resultValue) { ResultKey = resultKey; ResultValue = resultValue; }
public void AddComplexFieldValue(string fieldName, DumpValue fieldValue) { ComplexValue.Add(fieldName, fieldValue); }