#if !LOCALTEST namespace System.Collections.Generic { public interface IComparer<T> { int Compare(T x, T y); } } #endif