public static Test FromJson(TestJson json) { return(new Test(json)); }
Test(TestJson json) { this.json = json; }