public function convert($value)
 {
     return $this->second->convert($this->first->convert($value));
 }