/**
  * @return Illuminate\Http\JsonResponse
  */
 public function getFetch()
 {
     return $this->getJsonResponse($this->version->get(), false);
 }