Add last key vith empty string value
FieldsMap addLastKeyToMap(FieldsMap map) { map[randKey()] = ''; return map; }