public override int SaveChanges(
     IReadOnlyList <InternalEntityEntry> entries)
 => _batchExecutor.Execute(
     _batchPreparer.BatchCommands(
         Check.NotNull(entries, nameof(entries)), _options),
     _connection);