📄 SearchResult.cs
1 2 3 4 5 6
using System;

namespace MSearch.Domain;

public sealed record SearchResult(string Title, string? Summary, Uri Url);