/// <summary>
 /// Initializes a new instance of the <see cref="IngestManifestData"/> class.
 /// </summary>
 public IngestManifestData()
 {
     Id                = String.Empty;
     Statistics        = new IngestIngestManifestStatistics();
     TrackedFilesPaths = new ConcurrentDictionary <string, string>();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="IngestManifestData"/> class.
 /// </summary>
 public IngestManifestData()
 {
     Id = String.Empty;
     Statistics = new IngestIngestManifestStatistics();
     TrackedFilesPaths = new ConcurrentDictionary<string, string>();
 }