namespace Geekbot.net.Commands.Integrations.Google { public class GoogleKgApiElementDto { public GoogleKgApiResultDto Result { get; set; } public double ResultScore { get; set; } } }