public ImmutableWithConceptProperty(IntConcept intProperty, StringConcept stringProperty) { IntProperty = intProperty; StringProperty = stringProperty; }
public void IntConceptInputNoOutput(IntConcept input) { IntConceptInputNoOutputCalled = true; IntConceptInputNoOutputInput = input; }