public async Task <ActionResult <IEnumerable <Person> > > Get() { return(_personRepository.GetAllItems().ToList()); }