namespace LOC.Core.Tokens.Client { public class PetToken { public string PetName { get; set; } public string PetType { get; set; } } }