using System; using System.Collections.Generic; namespace SRDebugger.Services { public class BugReport { public List ConsoleLog; public string Email; public byte[] ScreenshotData; public Dictionary> SystemInformation; public string UserDescription; } }