```rs self.client.stop_torrents(my_vec).await ``` Result: ``` Qbit(UnknownHttpCode(404)) ``` Presumably, `start_torrents` fails as well. I don't see `start` or `stop` in Qbittorrent's docs. But, I do see `pause` and `resume`