This analyzer would report the following as an error, because `SomeType` is not a `IService`: ``` csharp [Export(typeof(IService))] public class SomeType { } ```