protected bool Equals(SealedHolder other)
 {
     return Equals(Value, other.Value);
 }
 protected bool Equals(SealedHolder other)
 {
     return(Equals(Value, other.Value));
 }