protected function buildLink(RequestInterface $request, array $arguments)
 {
     while (!empty($arguments)) {
         $request->parameter(array_shift($arguments));
     }
     return $request->build();
 }