internal void ChangeLabel(string torrentHash, string labelName)
 {
     _torrentSession.ChangeLabel(torrentHash, labelName);
 }