/** Pause this download. Calls pause() on the ManagedTorrent. */
  public void pause() {

    // Have the ManagedTorrent do it
    _torrent.pause();
  }