namespace ErsatzTV.Core.Errors; public class BugsnagConfiguration { public string ApiKey { get; set; } public bool Enable { get; set; } }