Adding a point to this- I came across a problem that OpenQA.Selenium.Support.UI namespace was not available after installing Selenium.NET binding into the C# project. Later found out that we can easily install latest version of Selenium WebDriver Support Classes by running the command:
Install-Package Selenium.Support
in NuGet Package Manager Console, or install Selenium.Support from NuGet Manager.