public async Task <IActionResult> Edit([FromBody] IssueEditModel model) => ModelResult(await _issuesService.Update(model, CurrentUserId));