public void GivenIEnterTheMyUsernameAndPassword(Table table) { dynamic data = table.CreateDynamicInstance(); frontPage.Login((string)data.UserName, (string)data.Password); }