Alternatively, you can install the SDK via the NuGet user interface provided in your IDE. Here is an example within Visual Studio:
The SDK’s initialization may vary depending on the context of your project.
The de facto initialization method is to create and consume a SurrealDbClient created manually. Most .NET projects provide a way to configure services using Dependency Injection, which is the recommended way to use the SDK in your application.