namespace TheXamlGuy.TaskbarGroup.Core { public record IconStorage(string Path, Stream IconStream); }