public async Task TorrentsSetCategory(String hash, String category) { await _torrents.UpdateCategory(hash, category); }