namespace ModpackUpdater; public interface IActionSetInfos { Version Version { get; } IEnumerable Actions { get; } }