public bool IsSent(TUnit other) { if (other == null) { return(false); } if (SelfBaseUnit == other) { return(false); } return(Sents.Contains(other)); }