namespace RecNet.Application.Profiles; public class ProfileDTO { public Guid ProfileId { get; init; } public required string Name { get; init; } }