- [x] `ILogger` should get a `SetConsoleHistoryMaxCount(int count)`, and a `IList<ConsoleEntry> GetConsoleHistory()`, - [x] `ConsoleEntry` maybe being an Object with DateTime and String - [x] 'DefaultLogger' should then implement that it keeps the last X entries saved, in a List that doesnt grow larger over time.  - [x] So that with GetConsoleHistory() you can get it back - [x] Then, _logger should take the backlog size from the config   - [x] Finally, the `IEvlWatcherService` Interface needs a function to provide the last Output to te Console. that would be the server side of what is needed, so that the console can display live what the service is doing at the momen