public IActionResult GetAll() { var allPeople = _personApplicationService.GetAll(); return(Ok(allPeople)); }