namespace ModpackUpdater; public interface IActionSetInfos : IActionSet { Version Version { get; set; } bool IsPublic { get; set; } }