/**
  * Get environment routes.
  *
  * @return Route[]
  */
 public function getRoutes()
 {
     return Route::getCollection($this->getLink('#manage-routes'), 0, [], $this->client);
 }