public static void AppendJson(this StringBuilder stringBuilder, ISerializable serializable) { serializable.AppendJson(stringBuilder); }