namespace Harmonia.Core.Models; public class GroupOption(string fieldName) { public string FieldName { get; init; } = fieldName; }