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