How to navigate to a particular URL while using NUnit?

How to navigate to a particular URL? I’m using NUnit

Hey Tim-Khorev,

You can refer to code below and add the sample:

Console.WriteLine("Navigating to todos app.");
driver.Value.Navigate().GoToUrl("https://lambdatest.github.io/sample-todo-app/");