/**
  * @return $this
  */
 public function registerObservers()
 {
     User::observe(app(UuidObserver::class));
     return $this;
 }