def restore(response)
          id, image_id = response.args[2..3]

          do_response = do_call(response) do |client|
            client.droplets.restore(id, image_id: image_id)