public function testGetRollingCount()
 {
     $this->counter->expects($this->once())->method('get')->with(1);
     $this->metrics->getRollingCount(1);
 }