public void TestCountByName() { _equipmentService.CountByName(It.IsAny <string>()); _mockEquipmentRepository.Verify(m => m.CountByName(It.IsAny <string>()), Times.Once()); }