When I'm trying to list all boards sections I'm getting this exception ``` AttributeError: 'BoardSection' object has no attribute '_generated_api_get_fn_args' ``` How to reproduce: ``` Board('board_id').list_sections() ```