static void AppendIfList(IField field) { if (field.IsList) { field.Append(); } }
public void PerformAction() => Field.Append();