public static bool IsInteger(this Type type)
 {
     return(TypeInspector.IsIntegerType(type));
 }