public class Child : Parent { [Parameter("Name", DefaultValue = "John")] public override string Name { get; set; } // More than 5 simila