So instead of that I'd have ``` def add_handler(klass : Middleware) m = klass.new @handlers.push m.handle end add_handler(MyMiddleware) ```