public function testStuff()
 {
     $this->assertEquals($this->service->is10(10), true);
     $this->assertEquals($this->service->is10(8), false);
 }