namespace ModpackUpdater; public interface IActionSet { IEnumerable Actions { get; } }