public void IsTest() { var obj = new GenericData { Name = "fireasy" }; Assert.IsTrue(obj.Is <IName>()); Assert.IsFalse(obj.Is <IName1>()); }