pub(crate) type ReadTablesStream = Pin<Box<dyn Stream<Item = Result<ReadTablesResponse>> + Send>>;
struct ReadTablesStream {}