Some eolian properties have setters that return a value (an arguable decision, but legal as of now).
This should prevent a C# property from being created, since the return value would then be lost.
To be clear, only the Set and Get C# method should be generated.
As discussed in Z150, we will skip these setters only for really complex types like Futures, etc.