public async Task <IActionResult> Delete([FromRoute] int id)
 => await HandleResultAsync(() => _service.Delete(id));