pub async fn do_startup(
    gateway: SgGateway,
    http_routes: Vec<SgHttpRoute>
) -> TardisResult<()>