#if !LOCALTEST namespace System { [Flags] public enum ConsoleModifiers { Alt = 1, Shift = 2, Control = 4 } } #endif