/// <summary> /// Closes this instance. /// </summary> public void Close() { if (_connection == null) { return; } _factory.Close(_connection); _connection = null; }