public void Test2()
        {
            //"Lat":22.518108,"Lng":113.91146
            Wgs2MarsService wgs2MarsService = new Wgs2MarsService();

            wgs2MarsService.Wgs2Mars(22.518108, 113.911468, out double d, out double c);
        }
 public void Test1()
 {
     Wgs2MarsService wgs2MarsService = new Wgs2MarsService();
 }