protected ItemScoringOnline(BoundedThreadPool threadPool) { _threadPool = threadPool; }
public ItemScoringClient(BoundedThreadPool threadPool) : base(threadPool) { }
protected ItemScoringOnline() { _threadPool = new BoundedThreadPool(10, "OnlineScoring", 500, 400); }