namespace SharepointToolbox.Core.Models; public record LogoData { public string Base64 { get; init; } = string.Empty; public string MimeType { get; init; } = string.Empty; }