private bool Equals(CancelActivityDecision other)
 {
     return(_activityIdentiy.Equals(other._activityIdentiy));
 }
 private bool Equals(CancelActivityDecision other)
 {
     return(_id.Equals(other._id));
 }