public StocksController(IStockApplicationService stockApplicationService)
 {
     this._stockApplicationService = stockApplicationService;
 }