namespace TheXamlGuy.TaskbarGroup.Core { public class TaskbarButtonConfiguration { public string? PinnedShortcutDirectory { get; set; } } }