public Builder(TreeBlobReference imm)
 {
     this.Name   = imm.Name;
     this.BlobID = imm.BlobID;
 }
 public Builder(TreeBlobReference imm)
 {
     this.Name = imm.Name;
     this.BlobID = imm.BlobID;
 }