async fn IsAirAvailable(_AirClient: &AirServiceClient<Channel>) -> boolExpand description
Helper to check if the Air gRPC client is available without a
proper health check. The raw client requires &mut self for
health_check, but MountainEnvironment holds an immutable
reference. This returns true whenever a client is attached.
Blocked on proper wrapper integration.