public Recommendations getRecommendations(String modelSetId,
            String artifactId, String userId) {
        try {
            return this.cwBridge.getRecommendations(modelSetId, artifactId,
                    userId);