namespace API.DTOs { public class UserDto { public string Username { get; init; } public string Token { get; init; } } }