async getTeamMember(memberId) {
        try {
            return this.apiClient.apis[this.API_GROUP].getMember({ id: memberId }).then(response => {
                return response.body;
            });