pub type DynSqliteService = Arc<dyn SqliteServiceTrait + Send + Sync>;
struct DynSqliteService { /* private fields */ }