public static CommandActionVDF FileDisabled(VdfFile file) => new CommandActionVDF(CommandActionVDFType.VdfDisabled, file);
private CommandActionVDF(CommandActionVDFType actionType, VdfFile file) { ActionType = actionType; File = file; }