public void RegisterHost(HostManifest host) { _hosts[host.Name] = host; }
public void Append(HostManifest otherHost) { _bottles.Fill(otherHost._bottles); _data.AddRange(otherHost._data); }