private DummyReport(final LogLevel currentLevel) throws ProcessingException {
   dispatch(new ProcessingMessage().setLogLevel(currentLevel));
 }