// instantiate the sub-template
Header header = new Header();
// copy all properties with matching name and type to the sub-template instance
this.CopyPropertiesTo(header);
Header header = new Header();
// copy all properties with matching name and type to the sub-template instance
this.CopyPropertiesTo(header);