public StockQueryService(IStockDatastore store) { _store = store; }
public StockUpdateService(IStockDatastore store) { _store = store; }