namespace PorygonSharp.DiagnosticHandling { public enum DiagnosticSeverity { Info, Warning, Error } }