protected void Clean(MessageWithMetadata <ServiceMessage, object> objectToClean) { objectToClean.Clear(); }
public int CompareTo(MessageWithMetadata <M, A> other) { return((int)(_uid - other._uid)); }