using Domain.Dtos.Stock; public interface IStockScanService { Task ParseAndMatchAsync(string rawInput, int locationId); }