/// export class Utils { static clone(object:T):T { return JSON.parse(JSON.stringify(object)); } }