public Core AddCategory(string installerCategoryID, Category category) { _categories.Add(installerCategoryID, category); return this; }
internal InstallerCore AddCategory(string installerCategoryId, Category category) { _categories.Add(installerCategoryId, category); return this; }