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