I have added the WebDriver.ChromeDriver nuget package to my solution, which contains the ChromeDriver.exe file, required for Selenium WebDriver to run automated tests using
IWebDriver driver = new ChromeDriver("C:\\Folder_with_Chrome_driver");
Download related driver and add local path.