Hi, I would like to use a custom handler or a logger in the same impl, but i've this error: ``` 44 | server.utilize(self.logger); | ^^^^^^ help: use parentheses to call the method: `logger(...) ``` Thanks