public EmPropertyCollectionList(string key)
 {
     this.Key = key;
     Template = new ListedType();
 }
 public EmPropertyCollectionList(string key, T template)
 {
     Key      = key;
     Template = template;
 }