public TemplatedItemCreator(Solution2 solution,
         TemplateMapping template,
         string[] relativePath)
 {
     this._solution = solution;
     this._template = template;
     this._relativePath = relativePath;
 }
 public TemplatedItemCreator(Solution2 solution,
                             TemplateMapping template,
                             string[] relativePath)
 {
     this._solution     = solution;
     this._template     = template;
     this._relativePath = relativePath;
 }