public async Task AtAnyMonthBeforeZeroThereAreNoRabbitsInExistenceAsync(int month, int rabbitsPair) { // Act var response = await _rabbitService.CountAsync(month); // Assert response.Value.Should().Be(rabbitsPair); }