namespace CTA.Rules.Models { public class ActionValidation { public string Contains { get; set; } public string NotContains { get; set; } public string CheckComments { get; set; } } }