public AgentListingCounter(IListingFetcher agentFetcher, ITaskBatcher taskBatcher,
                            IAgentCollectionResultParser agentCollectionResultParser)
 {
     _agentFetcher = agentFetcher;
     _taskBatcher  = taskBatcher;
     _agentCollectionResultParser = agentCollectionResultParser;
 }
 public void Setup()
 {
     _taskBatcher = new TaskBatcher();
 }