public static BlockInfo Test(string json) { BlockInfo info = new BlockInfo(); info.Deserialize(json); return(info); }