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