using System; public interface ISomething { public class StaleOrder { } } public class Test { public static void Main() { } }