public void JsonSerilationTest()
 {
     var json = new JsonSerializer();
     json.RunTest();
 }