/**
  * Create a new SnapShot.
  *
  * @return void
  */
 public function handle()
 {
     return SnapShot::create(array_filter($this->snapShot));
 }