private function initFaker()
 {
     $this->faker = Faker::create();
     foreach ($this->scope->getCodes() as $code) {
         $this->scopeFaker[$code] = Faker::create($this->scope->getLocale($code));
     }
 }