/**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct(SteamUserRepositoryInterface $steamUsers)
 {
     parent::__construct();
     $this->steamUsers = $steamUsers;
 }
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct(SteamAppRepositoryInterface $steamApps)
 {
     parent::__construct();
     $this->steamApps = $steamApps;
 }