/**
  * Run the application and send the response.
  *
  * @param \Laravel\Lumen\SymfonyRequest|null $request
  * @return void 
  * @static 
  */
 public static function run($request = null)
 {
     \Laravel\Lumen\Application::run($request);
 }