public function __call($name, $arguments) { return call_user_func_array([$this->createMessage(), $name], $arguments); }