return this.apiClient.apis[this.API_GROUP]
            .getProjects()
            .then(response => {
                return response.body;
            })