using System; class Bad { interface IsPrintable { } class Form1 : IsPrintable { } }