If I want to select an option of a dropdown box, there are several ways to do that. I always used:
driver.findElem
You can use this
(new SelectElement(driver.FindElement(By.Id(""))).SelectByText("");