namespace PARR.API.Authentication.Models { public class UserRoleInCache { public required string Name { get; set; } public required string Description { get; set; } } }