namespace Moonlight.Shared.Http.Responses.Admin.Sys; public class DownloadUrlResponse { public string Url { get; set; } }