private bool Equals(DbSession other) { return client.Equals(other.client) && string.Equals(pathName, other.pathName); }
internal DbRootAddress(DbSession session, DataAddress address) { this.session = session; this.address = address; }
protected override void OnSetUp() { base.OnSetUp(); session = new DbSession(Client, PathName); }