public void AllForThemeGroup_InvalidThemeGroupName_ReturnsEmpty(string themeGroupName)
        {
            var allSetsForThemeGroup = _setRepository.AllForThemeGroup(themeGroupName);

            Check.That(allSetsForThemeGroup).IsEmpty();
        }