key: is a string representation of a given FlowProperties property FlowPropertiesPROPERTY prefixed with a string "prefix"
value: is a string representation of the value of that property, or null if the property's value is null.
Note that only readable and writable properties are returned in the dictionary. Read-only properties are ignored.public IDictionary<string, string> ToDictionaryWithPrefix(
string prefix
)