/**
  * Request constructor.
  */
 public function __construct()
 {
     $this->version = Version::get();
 }
 /**
  * Response constructor.
  */
 public function __construct()
 {
     $this->version = Version::get();
     $this->hasException = false;
 }