public void Import(Spool Value) { this.AddSpool(Value.Alias); }
public void Add(string Name, Spool Value) { this._Spools.Allocate(Name, Value); }