public AlphavantageStockService(IConfigService config) { _alphavantageClient = new AlphaVantageClient(config.GetAlphavantageApiKey()); _stockClient = _alphavantageClient.Stocks(); }