public ContractConfiguratorParameter(string title)
 {
     this.title = title;
     titleTracker = new TitleTracker(this);
 }
 public ContractConfiguratorParameter()
     : this(null)
 {
     titleTracker = new TitleTracker(this);
 }