public function testCreateNewEntity()
 {
     $this->assertEquals(new GroupEntity(), $this->repository->createNewEntity());
 }