public enum ValidationSeverity
{
    Info = 0,
    Warning = 1,
    Error = 2
}