public async Task CreateUsersWithListInputAsyncTest() { List <User> user = default; await _instance.CreateUsersWithListInputAsync(user); }