public string PresentVoucherDetail(VoucherDetailR detail) => Run(s => s.PresentVoucherDetail(detail));
/// <inheritdoc /> public string PresentVoucherDetail(VoucherDetailR detail) => throw new NotImplementedException();
/// <inheritdoc /> public string PresentVoucherDetail(VoucherDetailR detail) => $"{detail.Voucher.Date.AsDate()} {PresentVoucherDetail((VoucherDetail)detail)}";
/// <inheritdoc /> public string PresentVoucherDetail(VoucherDetailR detail) => PresentVoucherDetail((VoucherDetail)detail);
/// <inheritdoc /> public string PresentVoucherDetail(VoucherDetailR detail) => PresentVoucherDetails(new[] { detail });