namespace ESuite.UI.E2E.Helpers { [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] public class RetryStepAttribute : Attribute { // For custom options } }