public async Task <ActionResult <int> > Delete(int id) => Ok(await _service.Delete(id));