protected bool Equals(UpdatedEntityAsync other)
 {
     return(base.Equals(other) && Updated.Equals(other.Updated));
 }
 protected bool Equals( UpdatedEntityAsync other )
 {
   return base.Equals( other ) && Updated.Equals( other.Updated );
 }