Is there a way to change orientation using e.g. Driver class like this:
private void SetDeviceOrientation(string mode)
{
switch (mode)
{
case ("Landscape"):
driver.Rotate(ScreenOrientation.Landscape);