internal Resource(MonitorDictionary <T> container, T key) { this.container = container; this.Key = key; }