Наследование: implements Illuminate\Contracts\Queue\ShouldQueue, implements Spatie\SlashCommand\HandlesSlashCommand
 protected function dispatch(SlashCommandResponseJob $job)
 {
     $job->setRequest($this->request);
     return app(Dispatcher::class)->dispatch($job);
 }