public async Task <IActionResult> GetPerson(int id) => Ok(await _personaService.GetPerson(id));