namespace Geekbot.net.Commands.Randomness.Chuck { internal class ChuckNorrisJokeResponseDto { public string Value { get; set; } } }