public SharedList(LockingStrategy strategy) : this(LockingStrategyFactory.Create(strategy)) { }
public SharedDictionary(LockingStrategy strategy) : this(LockingStrategyFactory.Create(strategy)) { }