public async Task AddUserAsync() { MetaResponse response = await _service.AddUserAsync(userGroupId : 29, userId : 44); Assert.IsNotNull(response); }