Method CreateBatchAsync<TProps>(IEnumerable<TProps>)
Batch creation of objects with cache preloading
Optimized for creating multiple objects of the same type
public static Task<List<RedbObject<TProps>>> CreateBatchAsync<TProps>(IEnumerable<TProps> properties) where TProps : class, new()