You can select option from Select dropdown like this:
page.FindElement(DROPDOWN).ClickItem("first option")
Where DROPDOWN is your dropdown XPATH for example "//select[@name='Gender']" and first option is name of option for example "Male"