public items() as IList<Tuple<String, Object> >:
Returns an immutable snapshot of field entries.
The returned list is independent from this object; changing the list does not alter field membership.
Field name/value entries.
assert LogFields({"id": 1}).items()[0][0] == "id"