#if !LOCALTEST namespace System.IO { public enum SeekOrigin : int { Begin = 0, Current = 1, End = 2, } } #endif