namespace MycroForge.Core.Attributes; public class DockerPlatformAttribute : Attribute { public string Platform { get; set; } = string.Empty; }