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