On fetcher garbage collected aiohttp warns about unclosed session To close it in current implementation, we should access protected attr `_http_client` - it's not a good practice: ```python await fetcher._http_client.session.close() ```