public static SemanticProperty <SemanticPropertiesSet> CreateSet(Term term, SemanticPropertiesSet value = null)
 {
     return(new SemanticProperty <SemanticPropertiesSet>(term, value));
 }
 public static SemanticProperty <SemanticPropertiesSet> CreateSet <TTerm>(SemanticPropertiesSet value = null)
 {
     return(CreateSet(TermFactory.From <TTerm>(), value));
 }