pub async fn run_swagger(
    file: &str,
    verbosity: u8,
    output_file: Option<String>,
    auth: Authorization,
    no_active: bool,
    active_scan_type: ActiveScanType,
    passive_scan_type: PassiveScanType,
    json: bool
) -> i8