public static string IndentJson(this string json)
 {
     return(TypeSerializer.IndentJson(json));
 }