using System; namespace SRDebugger { public enum ConsoleAlignment { Top, Bottom } }