namespace MareSynchronosStaticFilesServer.Utils; public record UserRequest(Guid RequestId, string User, List FileIds) { public bool IsCancelled { get; set; } = false; }