namespace lai_transfer.Common.Results { public record ErrorResult(string Error) : IOperationResult; }