namespace PrivaPub.ClientModels.User { public class UsersIds { public IList UserIdList { get; set; } = Array.Empty(); } }