namespace Pokespearean.Models.Pokemon { public class PokeResult { public string Name { get; set; } public string Description { get; set; } } }