[Test] public void TypeIsNotPeerType()
 {
     Assert.IsFalse(StoryType.Is(TaskType));
 }
 [Test] public void TypeIsClass()
 {
     Assert.IsTrue(StoryType.Is(WorkitemType));
 }