namespace Geekbot.net.Commands.Randomness.Cat { internal class CatResponseDto { public string File { get; set; } } }