async collectLogsAsync(endpointId) {
    try {
      await this.EdgeJobService.collectLogs(this.edgeJob.Id, endpointId);
      this.results = this.results.map((result) =>
        result.EndpointId === endpointId