private void ListAllCharacters() { io.PrintCharacters(repo.ReadAll()); }
private void ListAllCharacters() { io.PrintCharacters(_characterService.ReadAllCharacters()); }