public BackgroundDescription(Background background) : base(background) { }
public bool TryGetBackground(string id, out Background bg) => Backgrounds.Collection.TryGet(id, out bg);