export class Employee { static create(name) { return 'hello' + name; } }