public static void TestAddTorrent(string db, string filePath, string torrent)
 {
     var dbs = new ChunkDbService(db, false);
     dbs.AddTorrent(filePath, File.ReadAllBytes(torrent));
 }
        public static void TestAddTorrent(string db, string filePath, string torrent)
        {
            var dbs = new ChunkDbService(db, false);

            dbs.AddTorrent(filePath, File.ReadAllBytes(torrent));
        }