namespace Freman.Sample.Web.Contracts; public sealed record NoteDto(int Id, string Text, DateTime CreatedUtc);