@locust.task
    def load_committee_detail(self, committee_id=None):
        params = {
            'api_key': API_KEY,
        }