void WriteProperties(DataWriter writer) { DictSerializers <string, string> .WriteDictionary(writer, _properties); }
void ReadProperties(DataReader reader) { DictSerializers <string, string> .Read(reader, _properties); }