private static bool IsPrimitive(Type type) { return(IsNullable(type) || Primitives.Contains(type)); }