Keyword checking when generating code

I have an endpoint where i need to pass in a variable called message but the variablename message is already taken by the generated code. Is it possible to add a prefix to the generated message variable so the name will be RequestMessage or something like that?

From this

To this

The only way to change the generated code is via the code generation ignore list. Otherwise you can rename your existing variable to something else.