/// <summary> /// Creates a selections document prefilled with <see cref="ImplementationSelection"/>s. /// </summary> public Selections(IEnumerable <ImplementationSelection> implementations) { Implementations.AddRange(implementations); }