public async Task <IActionResult> Create([FromBody] ProductCreateOrUpdateRequestViewModel viewModel)
 => await HandleResultAsync(() => _service.Create(viewModel));