namespace OF_DL.Models.Entities.Lists; public class UsersList { public string Username { get; set; } = ""; }