using System; namespace Nitrox.Launcher.Models.Design; public record BackupItem(DateTime BackupDate, string BackupFileName);