public async Task <Characters[]> GetCharacters() { Characters[] characters = await ApiCaller.GetCharactersAsync(); return(characters); }