function createHandler(handler: typeof Handler, params: string[]) {
var obj = new handler(params);
return obj;
}
var h = createHandler(Handler, ['hi', 'bye']);
P. Haindl, G. Buchgeher, M. Khan, and B. Moser. Proceedings of the ACM/IEEE 44th International Conference on Software Engineering: New Ideas and Emerging Results, ACM, (May 2022)
F. Arnold, and R. Jäschke. Proceedings of the Workshop Understanding LIterature references in academic full TExt at JCDL 2022, volume 3220 of ULITE-ws '22, page 7--15. CEUR Workshop Proceedings, (2022)