@Override
    public VerificationResults getVerificationResult(String verificationProcessId) throws LpRestException {

        HttpClient httpClient = this.getHttpClient();
        String uri = String.format("%s/learnpad/mv/bridge/getverificationresult", this.restPrefix);