public override bool IsNotValid()
        {
            var result = UId.IsEmpty();

            return(result);
        }