private static void InicializarApi() { ApiTest api = new ApiTest(vm); vm.registrarFuncionApi("imprimirMensaje", api.imprimirMensaje); }