public Task <LogEntry[]> GetLog()
 {
     return(_processor.GetLog());
 }