Need a service that has a counter
As a User
I need a service that has a counter
So that i can keep track of how many tomes something was done
Details and Assumptions
- Need a way to increment a counter
- Need a way to get the current value
Given i have incremented the counter to 2
When I make a call to get the current value
Then it should return 2 as the counter value