public void AddRange_WithNullEntities_ThrowsException()
 {
     // Act
     _repository.AddRange(null);
 }