#[actix_web::main]
async fn main() -> anyhow::Result<()> {
let _runtime = athena_rs::runtime::initialize_process_runtime();
let context = athena_rs::runtime::load_runtime_bootstrap_from_env().await?;
athena_rs::runtime::run_wss_gateway_runtime(context).await
}