private function assertUserWillNotBeCreated()
 {
     $this->applicationUserFactory->shouldReceive('create')->never();
 }