namespace Module.ProjectValidator { public enum EValidatorSeverity { Valid, Warning, Error, MaxSeverityLevel = Error } }