protected bool Equals(ActionLog other) { return Equals(_action, other._action); }
protected bool Equals(ActionLog other) { return(Equals(_action, other._action)); }