I've been trying to create some new method in my generated Endpoint class and I found this strange behavior: I can add a method to the generated class, but I cannot add two of them, no matter which of the two I add. This is the code of my generated class, where I added a code for the two added methods: I've been trying to create some new method in m