in src/Message.php [108:111]
public function offsetGet($key) { return isset($this->data[$key]) ? $this->data[$key] : null; }