namespace LaDOSE.DTO { public class BotEventResultDTO { public int Id { get; set; } public string Name { get; set; } public string DiscordId { get; set; } public bool Result { get; set; } } }