public async Task <IActionResult> GetAll(string productId) { var result = await _productImageService.GetAllImageAsync(productId); return(new OperationActionResult(result)); }