public void CopyAndCompactLmdbDatabase(string newPath) { ThrowIfDisposed(); environment.CopyTo(newPath, true); }