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