Solutions I use temporarily: ``` Object.defineProperty(request.constructor, 'name', { get(): any { return 'HTTPRequest' }, }) ```