pub trait TestingAPI: Send + Sync { // Required method fn database_for_testing(&self) -> Arc<AuthorityStore>; }