/**
  * @test
  */
 public function it_can_store_and_retrieve_the_complete_user_object()
 {
     $this->service->setUser($this->user);
     $this->assertEquals($this->user, $this->service->getUser());
 }