public TorrentsController(
     ITorrentFinderService torrentFinder,
     IDelugedConnectionService delugedConnection)
 {
     _torrentFinder     = torrentFinder;
     _delugedConnection = delugedConnection;
 }
 public DelugedClientTests(IDelugedConnectionService delugedConnection)
 {
     this._delugedConnection = delugedConnection;
 }