internal async void FindPeople(string idCode, string firstname) { Persons = await _peopleService.FindPeopleAsync(idCode, firstname); }