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