First = $first; $this->Second = $second; } public function toMap() { return ['First' => $this->First, 'Second' => $this->Second]; } }