public CollectionProperty(List <T> unifiables, GetUnifiable <T> noResult)
 {
     list        = unifiables;
     EmptyResult = noResult;
     provider    = new GetSetProperty <T>(GetTopicInt, SetTopicInt);
 }
 public GetSetDictionary(string name, GetSetProperty <T> gs)
 {
     named = name;
     info  = gs;
 }