public void DeleteRange_Test() { // Act bool deleted = deviceRepository.DeleteRange(devices); // Assert Assert.IsTrue(deleted); }