public void InsertMany(List <AuditLog> auditLogList) { MongoDBManager.insertMany <AuditLog>(auditLogList); }