namespace LANCommander.SDK.Models;
public class UpdateSettings
{
public string StoragePath { get; set; } = "Updates";
}