private void Indent()
 {
     Execute(() =>
     {
         InputJson = InputJson.IndentJson();
     });
 }