Future<Either<Failure, String>> execute(Response response) { return repository!.saveResponse(response); }