public async Task <ActionResult> GetByCode([FromRoute] string code) { return(new JsonResult(await _productApplicationService.GetByCodeAsync(code))); }