public static function sendHttpStatus(HttpStatus $status)
 {
     header($status->toString());
     self::$headerSent = true;
 }