public string ParseToXml(string money)
 {
     return(_jsonParser.ParseToJson(money));
 }