public static string GNLI(this FormatStringUtilitiesHandle <Version> hnd) => Environment.NewLine + hnd.G().IndentLines();
public static string GI2 <T>(this FormatStringUtilitiesHandle <T> hnd) => hnd.G().IndentLines2();
public static string GNLI3 <T>(this FormatStringUtilitiesHandle <T> hnd) => Environment.NewLine + hnd.G().IndentLines3();