@Override
    public VerificationStatus getVerificationStatus(String verificationProcessId) throws LpRestException {
        HttpClient httpClient = this.getHttpClient();
        String uri = String.format("%s/learnpad/mv/bridge/getverificationstatus", this.restPrefix);
        GetMethod getMethod = new GetMethod(uri);