private ConductStockTickerContent CreateTestee(Future<StockDetailModel> search)
 {
     return new ConductStockTickerContent(search, d => this.detail = d, this.contentFactory.Object);
 }