namespace RazorPagesMovie.Api.V1.Contact; public record ContactDto(string? Name, string? Email, string? Phone, string? Subject, string? Message);