/**
  * Implement create($input)
  */
 public function create($input)
 {
     return JobStatus::create($input);
 }