protected bool Equals(ClassWithReadonlyField other)
 {
     return Value == other.Value;
 }
 protected bool Equals(ClassWithReadonlyField other)
 {
     return(Value == other.Value);
 }