namespace WebMVCApi.Models { public record SaveNoteRequest(string Title,string Content); }