public static User Invalid() { return(new User { DisplayName = string.Empty, Id = UserIdentifier.Invalid() }); }