I get the error: invalidoperationexception: collection was modified; enumeration operation may not execute. when I try to run the program below: [ServiceBehavior(InstanceContextMode=InstanceContextMode.Single)] public class SubscriptionServer : ISubscriptionServer { private static IDictionary<Guid, Subscriber> subscribers; public ...