namespace APCViewer.Models.Properties; public interface IBackgroundController { public List Exceptions { get; } public string Message { get; } public string WorkingDirectory { get; } }