namespace Femto.Common.Attributes; [AttributeUsage(AttributeTargets.Class, Inherited = false)] public class EventTypeAttribute(string name) : Attribute { public string Name { get; } = name; }