namespace Stylist.Data.Models.Dtos.Service { public record ServiceReviewPageDto { public string Name { get; set; } } }