pub type SharedDsqlState = Arc<RwLock<MultiAccountState<DsqlState>>>;
pub struct SharedDsqlState { /* private fields */ }