public override int GetHashCode()
 {
     return(_rights != null ? _rights.GetHashCode() : 0);
 }