public void AttachPreviousLogs(string logs)
 {
     _logHandler.AttachPreviousLogs(logs);
 }