protected DbClient(INativeLibrary nativeLibrary, string applicationId = "BW") : base(new NativeOperator(applicationId, Resource.GetThreadId(), nativeLibrary)) { }
protected DbClient(string applicationId = "BW", string dllPath = null, IEnumerable <string> dependencyPaths = null) : base(new NativeOperator(applicationId, Resource.GetThreadId(), dllPath, dependencyPaths)) { }