public static bool IsNotInheritedFrom(this CommonType commonType, Type type)
 {
     return(!commonType.IsInheritedFrom(type));
 }