private void InitializeInstanceFields() { Server = new Neo4jWithSocket(this.GetType(), TestGraphDatabaseFactory, AsSettings(SettingsFunction)); }
private void InitializeInstanceFields() { _server = new Neo4jWithSocket(this.GetType(), TestGraphDatabaseFactory, _fsRule.get, SettingsFunction); RuleChain = RuleChain.outerRule(_fsRule).around(_server); }