public string GetHash(string magnet)
 {
     return(InfoHash.FromMagnetLink(magnet).ToHex().ToLowerInvariant());
 }