public async Task <IActionResult> GetAllPersons() => Ok(await _personaService.GetAllPersons());