protected bool Equals(Referee other)
 {
     return string.Equals(_first, other._first) && string.Equals(_last, other._last);
 }
 protected bool Equals(Referee other)
 {
     return(string.Equals(_first, other._first) && string.Equals(_last, other._last));
 }