async fn healthy<SyncStatus>( ctx: &HealthCtx<SyncStatus>, ) -> Response<Full<Bytes>>where SyncStatus: ChainSyncStatus + Clone + Send + Sync + 'static,