public async Task <IActionResult> ReadAll() { var personList = await _personAppService.ReadAll(); return(Ok(personList)); }