public FailureDescriptor(Failure failure, FailureGarbage failureGarbage, int weight, string partInformation, string name)
 {
     this.failure = failure;
     this.failureGarbage = failureGarbage;
     this.weight = weight;
     this.partInformation = partInformation;
     this.name = name;
 }
 public FailureDescriptor(Failure failure, FailureGarbage failureGarbage, int weight, string partInformation, string name)
 {
     this.failure         = failure;
     this.failureGarbage  = failureGarbage;
     this.weight          = weight;
     this.partInformation = partInformation;
     this.name            = name;
 }