namespace EDAViewer.Models.Properties; public interface IBackgroundPage { public List Exceptions { get; } public string Message { get; } public string WorkingDirectory { get; } }