public WeightsDictionary(WeightedIndexSecurity parent) { if (parent == null) { throw new ArgumentNullException(nameof(parent)); } _parent = parent; }