I define a function like this: ` config.Collection.Action("MyAction") ....` The result is a route like `MyEntity.MyAction**()**` Before 8.0 with the same configuration the **()** wasn't part of the route. Can I remove them ?