Store custom data for this request context
void setData(String key, dynamic value) { _data[key] = value; }