public async Task <IEnumerable <InventoryProductSummary> > QueryInventoryBySkuList(List <string> skuList) { return(await _inventoryServices.QueryInventoryBySkuList(skuList)); }