option_1=StrOption(name="source_variable_1",doc="the first source variable",default="val1",properties=frozenset({"mandatory","standard"}),informations={'type':'string'})
option_2=StrOption(name="source_variable_2",doc="the second source variable",default="val2",properties=frozenset({"mandatory","standard"}),informations={'type':'string'})