public bool IsAllLogsHandled()
 {
     lock (_lock)
     {
         return(AllLogs.All(x => x.IsHandled));
     }
 }