Hello, Shouldn't the `GetSetMethodNormalizer` also support "issers" ? For example I have a class with methods name `setVerified` / `isVerified`, and the normalizer ignores them. I think naming the methods `setIsVerified` / `getIsVerified` is ugly :-) I can send a pull request for that.