namespace Nebula.Shared.Attributes { [AttributeUsage(AttributeTargets.Class)] public class ConstructGeneratorAttribute : Attribute { } }