public Task <long> GetOrCreatePathPrefix(string prefix) { return(RunOnMain(() => m_database.GetOrCreatePathPrefix(prefix, m_transaction))); }