protected virtual void RemoveOldClient(EventSource client) { Log.Debug($"IEXEventSourceCollection.UpdateSubscription(): Remove subscription for: {string.Join(",", ClientSymbolsDictionary[client])}"); string[] stub; ClientSymbolsDictionary.TryRemove(client, out stub); client.DisposeSafely(); }