public void Reset()
 {
     _fizzbuzzer.ClearReceivedCalls();
     _appInfoService.ClearReceivedCalls();
     _counter.ClearReceivedCalls();
 }