public async Task LoginAs(Table table) { dynamic user = table.CreateDynamicInstance(); await _testScope.LoginAsync(user.Email, user.Password); }