function createHandler(handler: typeof Handler, params: string[]) {
var obj = new handler(params);
return obj;
}
var h = createHandler(Handler, ['hi', 'bye']);
G. Sautter, K. Böhm, and D. King. Digital Libraries: Social Media and Community Networks, page 161--170. Cham, Springer International Publishing, (2013)
K. Petersen, R. Feldt, S. Mujtaba, and M. Mattsson. Proceedings of the 12th International Conference on Evaluation and Assessment in Software Engineering, page 68--77. Swindon, UK, BCS Learning & Development Ltd., (2008)