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